Added symbolic level to hex dump

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2699 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2008-12-05 21:00:26 +00:00
parent 37516f9c95
commit 5bd99df2cf
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ int RemoteCameraRtsp::PostCapture( Image &image )
return( 0 );
}
Error( "Error while decoding frame %d", frameCount );
Hexdump( 0, buffer.head(), buffer.size() );
Hexdump( ZM_DBG_ERR, buffer.head(), buffer.size() );
return( -1 );
}
Debug( 2, "Frame: %d: %d/%d", frameCount, len, buffer.size() );