Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
556bbb97
Commit
556bbb97
authored
Jul 23, 2012
by
Tristan Matthews
Browse files
* #13731: video: removed useless error message
parent
ad21283f
Changes
1
Hide whitespace changes
Inline
Side-by-side
daemon/src/dbus/video_controls.cpp
View file @
556bbb97
...
...
@@ -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"
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment