[main] Print a starting message to stdout
This helps developers delineate error streams between "Alt-f2 r", among other things.
This commit is contained in:
parent
c17e1249d5
commit
45e89bf34a
@ -142,6 +142,7 @@ function start() {
|
|||||||
global.stage.connect('captured-event', _globalKeyPressHandler);
|
global.stage.connect('captured-event', _globalKeyPressHandler);
|
||||||
|
|
||||||
_log('info', 'loaded at ' + _startDate);
|
_log('info', 'loaded at ' + _startDate);
|
||||||
|
log('GNOME Shell started at ' + _startDate);
|
||||||
|
|
||||||
Mainloop.idle_add(_removeUnusedWorkspaces);
|
Mainloop.idle_add(_removeUnusedWorkspaces);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user