Increased logging verbosity for error.

This commit is contained in:
Armin Novak 2014-09-15 19:39:08 +02:00
parent 148530da34
commit 6011586a80
1 changed files with 1 additions and 1 deletions

View File

@ -648,7 +648,7 @@ static int urb_control_transfer(URBDRC_CHANNEL_CALLBACK* callback, BYTE* data,
if (length != OutputBufferSize)
{
WLog_DBG(TAG, "urb_control_transfer ERROR: buf != length");
WLog_ERR(TAG, "urb_control_transfer ERROR: buf != length");
return -1;
}