Improve debug output

This commit is contained in:
Romain Vigier
2020-04-11 12:03:00 +02:00
parent e259d28ffa
commit ce98e1d40d
+1
View File
@@ -58,6 +58,7 @@ var Themer = class {
// GNOME Shell disables extensions when locking the screen. We'll only reset the theme if the user disables the extension.
State.set('last_disabled_on_screen_lock', main.screenShield.locked);
if ( !State.get('last_disabled_on_screen_lock') ) {
log_debug('Resetting the user\'s original theme...')
this.reset_theme();
}
log_debug('Themer disabled.');