mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-02 16:16:06 -04: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")
|
||||
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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue