chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
687057a
)
Don't use logging before it's set up
author
Daniel Martí
<mvdan@mvdan.cc>
Wed, 19 Feb 2014 00:14:40 +0000
(
01:14
+0100)
committer
Daniel Martí
<mvdan@mvdan.cc>
Wed, 19 Feb 2014 00:14:40 +0000
(
01:14
+0100)
fdroid
patch
|
blob
|
history
diff --git
a/fdroid
b/fdroid
index a76c81054f888ddf8f2e7c76041b2a2b3af8c0f9..77e468cfeb73e6272cb2ba8bb3e7d5ca2cc2fd89 100755
(executable)
--- a/
fdroid
+++ b/
fdroid
@@
-58,7
+58,7
@@
def main():
print_help()
sys.exit(0)
else:
- logging.error("Command '" + command + "' not recognised.\n")
+ print "Command '%s' not recognised.\n" % command
print_help()
sys.exit(1)