diff --git a/nzbtomedia/__init__.py b/nzbtomedia/__init__.py index 975c0da3..c48e2021 100644 --- a/nzbtomedia/__init__.py +++ b/nzbtomedia/__init__.py @@ -191,7 +191,7 @@ def initialize(): logger.error("Update wasn't successful, not restarting. Check your log for more information.") # Display Current Version - logger.info('nzbToMedia Version:' + NZBTOMEDIA_VERSION + ' Branch:' + NZBTOMEDIA_BRANCH + ' (' + platform.system() + '; ' + platform.release() + ')') + logger.info('nzbToMedia Version:' + NZBTOMEDIA_VERSION + ' Branch:' + NZBTOMEDIA_BRANCH + ' (' + str(platform.system()) + '-' + str(platform.release()) + ')') WakeUp()