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
Branches
Tags
No related merge requests found
......@@ -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");
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment