diff --git a/daemon/src/dbus/video_controls.cpp b/daemon/src/dbus/video_controls.cpp
index e4d2255f8f9937babe676cf0255a7b10e8c3e88e..754a8f55f050e455c0c4e72387b6e4b05ca9519b 100644
--- a/daemon/src/dbus/video_controls.cpp
+++ b/daemon/src/dbus/video_controls.cpp
@@ -176,7 +176,7 @@ VideoControls::stopPreview()
         DEBUG("Stopping video preview");
         preview_.reset();
     } else {
-        ERROR("Video preview was already stopped");
+        WARN("Video preview was already stopped");
     }
 }