diff --git a/src/zm_libvnc_camera.cpp b/src/zm_libvnc_camera.cpp index ea3ed57a8..f108bcb86 100644 --- a/src/zm_libvnc_camera.cpp +++ b/src/zm_libvnc_camera.cpp @@ -181,7 +181,6 @@ int VncCamera::PrimeCapture() { } if (!(*rfbInitClient_f)(mRfb, 0, nullptr)) { /* IF rfbInitClient fails, it calls rdbClientCleanup which will free mRfb */ - Warning("Failed to Prime capture from %s", mHost.c_str()); mRfb = nullptr; return -1; }