summaryrefslogtreecommitdiff
path: root/thunar-volman/tvm-usb-device.c
diff options
context:
space:
mode:
Diffstat (limited to 'thunar-volman/tvm-usb-device.c')
-rw-r--r--thunar-volman/tvm-usb-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thunar-volman/tvm-usb-device.c b/thunar-volman/tvm-usb-device.c
index c5b3613..140f50e 100644
--- a/thunar-volman/tvm-usb-device.c
+++ b/thunar-volman/tvm-usb-device.c
@@ -97,7 +97,7 @@ tvm_usb_device_added (TvmContext *context)
{
/* return an error because we cannot handle the usb device */
g_set_error (context->error, G_FILE_ERROR, G_FILE_ERROR_FAILED,
- _("Unsupported USB device type"));
+ _("Unsupported USB device type \"%s\""), driver);
}
/* finish processing the device */