mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-10 01:46:51 +00:00
Change log level to info
This commit is contained in:
parent
9ad38c9807
commit
1002bbd732
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ def get_version_string():
|
||||||
)
|
)
|
||||||
).encode("ascii")
|
).encode("ascii")
|
||||||
except Exception as e:
|
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")
|
return ("Synapse/%s" % (synapse.__version__,)).encode("ascii")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue