Logs cleanup

This commit is contained in:
ItsLemmy
2025-11-04 21:46:52 -05:00
parent 0b7c412ad9
commit 185f2dd684
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ Singleton {
}
function init() {
Logger.i("Bluetooth", "Service initialized")
Logger.i("Bluetooth", "Service started")
}
Timer {
+1 -1
View File
@@ -48,7 +48,7 @@ Singleton {
}
Component.onCompleted: {
Logger.i("Calendar", "Service initialized")
Logger.i("Calendar", "Service started")
loadFromCache()
checkAvailability()
}
+1 -1
View File
@@ -66,6 +66,6 @@ Singleton {
// Initialize the service
function init() {
Logger.i("HooksService", "Service initialized")
Logger.i("HooksService", "Service started")
}
}
+1 -1
View File
@@ -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)
}
+1 -1
View File
@@ -67,7 +67,7 @@ Singleton {
}
Component.onCompleted: {
Logger.i("Network", "Service initialized")
Logger.i("Network", "Service started")
syncWifiState()
scan()
}
+1 -1
View File
@@ -28,7 +28,7 @@ Item {
updateWorkspaces()
updateWindows()
queryDisplayScales()
Logger.i("NiriService", "Initialized successfully")
Logger.i("NiriService", "Service started")
}
// Update workspaces
+1 -1
View File
@@ -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)
}