change Debug level of this line to something higher

pull/692/head
Isaac Connor 2015-02-03 14:33:23 -05:00
parent 2b00ebd02c
commit 1abe35c576
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ int RemoteCameraHttp::ReadData( Buffer &buffer, int bytes_expected )
}
while ( total_bytes_to_read );
Debug( 3, buffer );
Debug( 4, buffer );
return( total_bytes_read );
}