diff --git a/src/plugins/trackservice.py b/src/plugins/trackservice.py
index 80d2a0a7ad2f28365118b499f1af75e01728eacf..42354f251f7d336e6aff0a335c91f6f61a0ae9c3 100644
--- a/src/plugins/trackservice.py
+++ b/src/plugins/trackservice.py
@@ -414,7 +414,7 @@ class Playlog:
 
         if not result:
             msg = "Found no entry in the recent history which matches the given source '%s'" % (uri)
-            self.logger.critical(SU.red(msg))
+            self.logger.info(msg)
 
         return result