Skip to content
Snippets Groups Projects
Commit 4a816da4 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

video_device_monitor: add warning

Change-Id: Ie02b58cb19e9698e45afb807c7005b79505ce850
parent 52ade14d
Branches
No related tags found
No related merge requests found
......@@ -138,6 +138,8 @@ VideoDeviceMonitor::setDeviceOrientation(const std::string& name, int angle)
const auto itd = findDeviceByName(name);
if (itd != devices_.cend()) {
itd->setOrientation(angle);
} else {
JAMI_WARN("Can't find device %s to set orientation %d", name.c_str(), angle);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment