Index: uspace/lib/display/src/disp_srv.c
===================================================================
--- uspace/lib/display/src/disp_srv.c	(revision 6427f08386d4ef6f81a4576e745e99577840f93c)
+++ uspace/lib/display/src/disp_srv.c	(revision 24cf391ab7bf79bde5200b1cd912d7966b81d8b5)
@@ -154,5 +154,5 @@
 		}
 
-		printf("display_conn method=%lu\n", method);
+		printf("display_conn method=%u\n", (unsigned) method);
 		switch (method) {
 		case DISPLAY_CALLBACK_CREATE:
