mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-02-07 04:51:14 -05:00
Remove warning on fail to Prime. zmc will log it
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user