Revert "Fix warning message"
authorDavid Zeuthen <davidz@redhat.com>
Fri, 26 Aug 2011 17:09:40 +0000 (13:09 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Fri, 26 Aug 2011 17:09:40 +0000 (13:09 -0400)
This reverts commit cf76dc036a7db0804bd22f731dadddf9e128f03a.

src/device.c

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