gnome-shell r21 - trunk/scripts
- From: otaylor svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-shell r21 - trunk/scripts
- Date: Sun, 2 Nov 2008 03:27:11 +0000 (UTC)
Author: otaylor
Date: Sun Nov 2 03:27:11 2008
New Revision: 21
URL: http://svn.gnome.org/viewvc/gnome-shell?rev=21&view=rev
Log:
Include errors in what we print out without -v
Change the debug topics in the non-verbose case from just
JS LOG to JS LOG and JS ERROR.
Modified:
trunk/scripts/launcher.py
Modified: trunk/scripts/launcher.py
==============================================================================
--- trunk/scripts/launcher.py (original)
+++ trunk/scripts/launcher.py Sun Nov 2 03:27:11 2008
@@ -66,9 +66,9 @@
env['LIBGL_ALWAYS_INDIRECT'] = '1'
if not self.options.verbose:
- # Unless verbose() is specified, only let gjs log things that are explicit log()
- # commands form javascript
- env['GJS_DEBUG_TOPICS'] = 'JS LOG'
+ # Unless verbose() is specified, only let gjs show errors and things that are
+ # explicitly logged via log() from javascript
+ env['GJS_DEBUG_TOPICS'] = 'JS ERROR;JS LOG'
if self.options.debug:
args = list(self.debug_command)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]