Fix warning message
authorDavid Zeuthen <davidz@redhat.com>
Tue, 15 Mar 2011 13:26:51 +0000 (09:26 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Tue, 15 Mar 2011 13:26:51 +0000 (09:26 -0400)
Signed-off-by: David Zeuthen <davidz@redhat.com>
src/device.c

index d6595b8..6f244cb 100644 (file)
@@ -6266,7 +6266,8 @@ is_in_filesystem_file (const gchar *filesystems_file,
                             NULL, /* gsize *out_length */
                             &error))
     {
-      g_warning ("Error reading /etc/filesystems: %s (%s %d)",
+      g_warning ("Error reading %s: %s (%s %d)",
+                 filesystems_file,
                  error->message,
                  g_quark_to_string (error->domain),
                  error->code);