Skip to content

Commit

Permalink
Nicer log output
Browse files Browse the repository at this point in the history
  • Loading branch information
agateau committed Jan 17, 2012
1 parent c60fb9d commit 31789bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpage.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ def __init__(self, logger=None, parent=None):
self.logger = logger

def javaScriptConsoleMessage(self, msg, lineNumber, sourceID):
self.logger.warning("JsConsole: %s:%d: %s" % (sourceID, lineNumber, msg))
self.logger.warning("JsConsole(%s:%d): %s" % (sourceID, lineNumber, msg))

0 comments on commit 31789bf

Please sign in to comment.