Increase debug log level of allocating image
This commit is contained in:
parent
e53628e0bd
commit
1abadfafa1
|
@ -2191,8 +2191,8 @@ int LocalCamera::Capture(ZMPacket &zm_packet) {
|
||||||
|
|
||||||
} /* prime capture */
|
} /* prime capture */
|
||||||
|
|
||||||
if ( !zm_packet.image ) {
|
if (!zm_packet.image) {
|
||||||
Debug(1, "Allocating image");
|
Debug(4, "Allocating image");
|
||||||
zm_packet.image = new Image(width, height, colours, subpixelorder);
|
zm_packet.image = new Image(width, height, colours, subpixelorder);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue