Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@laptop.org>2013-01-22 13:39:55 (GMT)
committer Simon Schampijer <simon@laptop.org>2013-01-22 13:39:55 (GMT)
commit9227fd84f4399b4a1181aed0dc465754c30350e7 (patch)
tree8b09868d0346496d1fa7174dcd40b3d5f955b3c1
parent8ce1ba430de48ab83f0f426e569266d31dc07173 (diff)
main.py: fix startup messagesf
-rwxr-xr-xsrc/jarabe/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jarabe/main.py b/src/jarabe/main.py
index e377d2b..44880ba 100755
--- a/src/jarabe/main.py
+++ b/src/jarabe/main.py
@@ -22,7 +22,7 @@ logger.start('shell')
import logging
-logging.debug('%r STARTUP: Starting the shell')
+logging.debug('STARTUP: Starting the shell')
import os
import sys