[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:
Colin Walters 2010-01-08 11:27:52 -05:00
parent c17e1249d5
commit 45e89bf34a

View File

@ -142,6 +142,7 @@ function start() {
global.stage.connect('captured-event', _globalKeyPressHandler);
_log('info', 'loaded at ' + _startDate);
log('GNOME Shell started at ' + _startDate);
Mainloop.idle_add(_removeUnusedWorkspaces);
}