[gnome-shell] [main] Print a starting message to stdout
- From: Colin Walters <walters src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-shell] [main] Print a starting message to stdout
- Date: Fri, 8 Jan 2010 16:37:41 +0000 (UTC)
commit 45e89bf34a4f04cd55ce5cc55bfcefcce29e5013
Author: Colin Walters <walters verbum org>
Date: Fri Jan 8 11:27:52 2010 -0500
[main] Print a starting message to stdout
This helps developers delineate error streams between "Alt-f2 r",
among other things.
js/ui/main.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/js/ui/main.js b/js/ui/main.js
index 7361ac3..f30644d 100644
--- a/js/ui/main.js
+++ b/js/ui/main.js
@@ -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);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]