Index: uspace/srv/devman/main.c
===================================================================
--- uspace/srv/devman/main.c	(revision 700af6229bd9b63bccacc969d5e27b85208f191f)
+++ uspace/srv/devman/main.c	(revision de2c901303f2842c7a76f1bb2db2cb6bb18bd1b2)
@@ -458,6 +458,7 @@
 	
 	if (driver == NULL) {
-		printf(NAME ": devman_forward error - the device is not in %" PRIun
-		    " usable state.\n", handle);
+		printf(NAME ": devman_forward error - the device %" PRIun \
+		    " (%s) is not in usable state.\n",
+		    handle, dev->pathname);
 		ipc_answer_0(iid, ENOENT);
 		return;
