Index: uspace/lib/usb/src/devdrv.c
===================================================================
--- uspace/lib/usb/src/devdrv.c	(revision 0b4e7ca5837665462dd121f3429fdf63fd6d33d7)
+++ uspace/lib/usb/src/devdrv.c	(revision e9f034831c0522c683d35e35cfcf58a066537ae5)
@@ -262,5 +262,5 @@
 	    &dev->descriptors.configuration_size);
 	if (rc != EOK) {
-		usb_log_error("Failed retrieving configuration descriptor: %s.\n",
+		usb_log_error("Failed retrieving configuration descriptor: %s. %s\n",
 		    dev->ddf_dev->name, str_error(rc));
 		return rc;
