Skip to content
Snippets Groups Projects
Commit 556bbb97 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #13731: video: removed useless error message

parent ad21283f
No related branches found
No related tags found
No related merge requests found
...@@ -176,7 +176,7 @@ VideoControls::stopPreview() ...@@ -176,7 +176,7 @@ VideoControls::stopPreview()
DEBUG("Stopping video preview"); DEBUG("Stopping video preview");
preview_.reset(); preview_.reset();
} else { } else {
ERROR("Video preview was already stopped"); WARN("Video preview was already stopped");
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment