mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-18 19:46:12 -04:00
not finding space for pts is debug now and show the contents of header
This commit is contained in:
@@ -184,7 +184,7 @@ int ZoneMinderFifoSource::getNextFrame() {
|
||||
char *pts_ptr = strchr(content_length_ptr, ' ');
|
||||
if (!pts_ptr) {
|
||||
m_buffer.consume(header_start-m_buffer.head() + 2);
|
||||
Warning("Didn't find space delineating pts");
|
||||
Debug(1, "Didn't find space delineating pts in %s", header);
|
||||
delete header;
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user