summaryrefslogtreecommitdiff
path: root/src/cam/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cam/main.cpp')
-rw-r--r--src/cam/main.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/cam/main.cpp b/src/cam/main.cpp
index 2ef26353..19ed9837 100644
--- a/src/cam/main.cpp
+++ b/src/cam/main.cpp
@@ -313,9 +313,7 @@ int CamApp::run()
if (options_.isSet(OptMonitor)) {
std::cout << "Press Ctrl-C to interrupt" << std::endl;
- ret = loop_.exec();
- if (ret)
- std::cout << "Failed to run monitor loop" << std::endl;
+ loop_.exec();
}
return 0;