[Pkg-mozext-commits] [firebug] 06/16: Tracing updated
David Prévot
taffit at moszumanska.debian.org
Fri Apr 10 02:19:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository firebug.
commit a51cb3980c7ff860f677116171c4409e841a67ad
Author: Jan Odvarko <odvarko at gmail.com>
Date: Mon Mar 16 16:20:23 2015 +0100
Tracing updated
---
extension/modules/gcli.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extension/modules/gcli.js b/extension/modules/gcli.js
index 35a45eb..6b8827a 100644
--- a/extension/modules/gcli.js
+++ b/extension/modules/gcli.js
@@ -25,7 +25,7 @@ try
catch (err)
{
if (FBTrace.DBG_ERRORS)
- FBTrace.sysout("ERROR GCLI not available");
+ FBTrace.sysout("ERROR GCLI not available " + err, err);
}
// Load the Locale module and make sure Firebug string bundle is registered
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firebug.git
More information about the Pkg-mozext-commits
mailing list