Skip to content
Snippets Groups Projects
Commit 5a3a8906 authored by David Douard's avatar David Douard
Browse files

db: lower a warning statement to an info

parent 45ca8d29
No related branches found
1 merge request!395Improve 'swh db' commands for easier usage in test environments and better consistency
......@@ -270,7 +270,7 @@ def swh_set_db_module(
current_module = swh_db_module(db_or_conninfo)
if current_module is not None:
if current_module == module:
logger.warning("The database module is already set to %s", module)
logger.info("The database module is already set to %s", module)
return
if not force:
......
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