mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
Fix error log
This commit is contained in:
parent
bd4c830313
commit
2c963f1ffe
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ def configure_updates():
|
||||||
pass
|
pass
|
||||||
restart()
|
restart()
|
||||||
else:
|
else:
|
||||||
logger.error('Update wasn\'t successful, not restarting. Check your log for more information.')
|
logger.error('Update failed, not restarting. Check your log for more information.')
|
||||||
|
|
||||||
# Set Current Version
|
# Set Current Version
|
||||||
logger.info('nzbToMedia Version:{version} Branch:{branch} ({system} {release})'.format
|
logger.info('nzbToMedia Version:{version} Branch:{branch} ({system} {release})'.format
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue