diff --git a/tools/patman/database.py b/tools/patman/database.py
index dcd39ea2c69..a5952c6d2b6 100644
--- a/tools/patman/database.py
+++ b/tools/patman/database.py
@@ -214,7 +214,7 @@ class Database:  # pylint:disable=R0904
                              tools.read_file(self.db_path))
 
             version += 1
-            tout.info(f'Update database to v{version}')
+            tout.notice(f'Update database to v{version}')
             self.open_it()
             if version == 1:
                 self.create_v1()
