Skip to content
Snippets Groups Projects
Commit 1002bbd7 authored by Erik Johnston's avatar Erik Johnston
Browse files

Change log level to info

parent 9ad38c98
No related branches found
No related tags found
No related merge requests found
......@@ -341,7 +341,7 @@ def get_version_string():
)
).encode("ascii")
except Exception as e:
logger.warn("Failed to check for git repository: %s", e)
logger.info("Failed to check for git repository: %s", e)
return ("Synapse/%s" % (synapse.__version__,)).encode("ascii")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment