mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-29 16:02:51 -05:00
meta: log level re-work
This commit is contained in:
@@ -13,7 +13,7 @@ Item {
|
||||
signal itemsChanged()
|
||||
|
||||
Component.onCompleted: {
|
||||
console.log("LauncherExample: Plugin loaded")
|
||||
console.info("LauncherExample: Plugin loaded")
|
||||
|
||||
// Load custom trigger from settings
|
||||
if (pluginService) {
|
||||
|
||||
@@ -57,10 +57,10 @@ PluginComponent {
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
console.log("WallpaperWatcherDaemon: Started monitoring wallpaper changes")
|
||||
console.info("WallpaperWatcherDaemon: Started monitoring wallpaper changes")
|
||||
}
|
||||
|
||||
Component.onDestruction: {
|
||||
console.log("WallpaperWatcherDaemon: Stopped monitoring wallpaper changes")
|
||||
console.info("WallpaperWatcherDaemon: Stopped monitoring wallpaper changes")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user