Skip to content
Snippets Groups Projects
Commit 68d2ad82 authored by Paweł Szostek's avatar Paweł Szostek
Browse files

correct info message

parent 75fc16f7
Branches
Tags
No related merge requests found
......@@ -21,7 +21,7 @@ class BackendFactory(object):
if module.source == "local":
return Local()
else:
logging.info("Fetching module: " + str(module) +
logging.info("Investigating module: " + str(module) +
"[parent: " + str(module.parent) + "]")
if module.source == "svn":
return Svn()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment