mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Logs cleanup
This commit is contained in:
@@ -44,7 +44,7 @@ Singleton {
|
||||
}
|
||||
|
||||
function init() {
|
||||
Logger.i("Bluetooth", "Service initialized")
|
||||
Logger.i("Bluetooth", "Service started")
|
||||
}
|
||||
|
||||
Timer {
|
||||
|
||||
@@ -48,7 +48,7 @@ Singleton {
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
Logger.i("Calendar", "Service initialized")
|
||||
Logger.i("Calendar", "Service started")
|
||||
loadFromCache()
|
||||
checkAvailability()
|
||||
}
|
||||
|
||||
@@ -66,6 +66,6 @@ Singleton {
|
||||
|
||||
// Initialize the service
|
||||
function init() {
|
||||
Logger.i("HooksService", "Service initialized")
|
||||
Logger.i("HooksService", "Service started")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -45,7 +45,7 @@ Item {
|
||||
queryDisplayScales()
|
||||
})
|
||||
initialized = true
|
||||
Logger.i("HyprlandService", "Initialized successfully")
|
||||
Logger.i("HyprlandService", "Service started")
|
||||
} catch (e) {
|
||||
Logger.e("HyprlandService", "Failed to initialize:", e)
|
||||
}
|
||||
|
||||
@@ -67,7 +67,7 @@ Singleton {
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
Logger.i("Network", "Service initialized")
|
||||
Logger.i("Network", "Service started")
|
||||
syncWifiState()
|
||||
scan()
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ Item {
|
||||
updateWorkspaces()
|
||||
updateWindows()
|
||||
queryDisplayScales()
|
||||
Logger.i("NiriService", "Initialized successfully")
|
||||
Logger.i("NiriService", "Service started")
|
||||
}
|
||||
|
||||
// Update workspaces
|
||||
|
||||
@@ -43,7 +43,7 @@ Item {
|
||||
queryDisplayScales()
|
||||
})
|
||||
initialized = true
|
||||
Logger.i("SwayService", "Initialized successfully")
|
||||
Logger.i("SwayService", "Service started")
|
||||
} catch (e) {
|
||||
Logger.e("SwayService", "Failed to initialize:", e)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user