Skip to content

Commit

Permalink
Misc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug committed Aug 1, 2018
1 parent ef71587 commit 5387ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion globalvars.py
Expand Up @@ -136,7 +136,7 @@ class GlobalVars:
metasmoke_host = config.get("Config", "metasmoke_host")
except NoOptionError:
metasmoke_host = None
log('info', "metasmoke host not found. Set it as metasmoke_host in the config file."
log('info', "metasmoke host not found. Set it as metasmoke_host in the config file. "
"See https://github.com/Charcoal-SE/metasmoke.")

try:
Expand Down

0 comments on commit 5387ab2

Please sign in to comment.