mirror of
https://github.com/morgan9e/gnome-shell-extension-freon
synced 2026-04-14 00:14:14 +09:00
added debug function in utilities.js
This commit is contained in:
@@ -217,3 +217,7 @@ const Future = new Lang.Class({
|
||||
}
|
||||
});
|
||||
|
||||
function debug(str){
|
||||
//tail -f -n100 ~/.cache/gdm/session.log | grep temperature
|
||||
print ('LOG temperature@xtranophilist: ' + str);
|
||||
}
|
||||
Reference in New Issue
Block a user