mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Don't use logging before it's set up
This commit is contained in:
parent
687057a473
commit
9d8c576cb1
1 changed files with 1 additions and 1 deletions
2
fdroid
2
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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue