serial_mouse: fix debug build

This commit is contained in:
François Revol 2014-08-29 18:51:53 +02:00
parent 2cc9735a8f
commit 5e90a2a9c6

View File

@ -245,7 +245,7 @@ SerialMouse::DetectMouse()
mouse_id
SerialMouse::ParseID(char buffer[], uint8 length)
{
LOG(("data length = $d\n", length));
LOG(("data length = %d\n", (int)length));
if ((length == 1) && (buffer[0] == 'M'))
return kMicrosoft;