Index: uspace/drv/char/ps2mouse/ps2mouse.c
===================================================================
--- uspace/drv/char/ps2mouse/ps2mouse.c	(revision 2b4ae501f83d0bff7b4149ea52f2491c730114c1)
+++ uspace/drv/char/ps2mouse/ps2mouse.c	(revision 68c60b0380083d00033732ec2b171ccb884fa46d)
@@ -80,5 +80,5 @@
 	} \
 	if (data != (value)) { \
-		ddf_msg(LVL_ERROR, "Failed testing byte: got %hhx vs. %hhx)", \
+		ddf_msg(LVL_DEBUG, "Failed testing byte: got %hhx vs. %hhx)", \
 		    data, (value)); \
 		return EIO; \
