From 556bbb978eeeb2deb6da8858902482bee91dda33 Mon Sep 17 00:00:00 2001
From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
Date: Mon, 23 Jul 2012 16:09:05 -0400
Subject: [PATCH] * #13731: video: removed useless error message

---
 daemon/src/dbus/video_controls.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daemon/src/dbus/video_controls.cpp b/daemon/src/dbus/video_controls.cpp
index e4d2255f8f..754a8f55f0 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");
     }
 }
 
-- 
GitLab