mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-05-27 08:12:28 +00:00
Services: better log
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user