Services: better log

This commit is contained in:
ItsLemmy
2025-11-03 16:04:39 -05:00
parent 40ac70aeb9
commit 434b526c99
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ Singleton {
}
Component.onCompleted: {
Logger.d("BarService", "Service started")
Logger.i("BarService", "Service started")
}
// Function for the Bar to call when it's ready
+1 -1
View File
@@ -17,7 +17,7 @@ Singleton {
property string strategy: "systemd" // "systemd", "wayland", or "auto"
function init() {
Logger.d("IdleInhibitor", "Service started")
Logger.i("IdleInhibitor", "Service started")
detectStrategy()
}