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