[Xfce4-commits] <tumbler:jannis/specialized> Squashme: Improve inconsistency warning.

Jannis Pohlmann noreply at xfce.org
Wed Oct 21 18:12:01 CEST 2009


Updating branch refs/heads/jannis/specialized
         to e60d3c407248d1cf4dbee755edc09f2ec8368cbd (commit)
       from f0611bd69fc9732e75c11da57bf0fd49f0eb4296 (commit)

commit e60d3c407248d1cf4dbee755edc09f2ec8368cbd
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Wed Oct 21 18:10:26 2009 +0200

    Squashme: Improve inconsistency warning.

 tumblerd/tumbler-manager.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tumblerd/tumbler-manager.c b/tumblerd/tumbler-manager.c
index 8914f54..a43d1ea 100644
--- a/tumblerd/tumbler-manager.c
+++ b/tumblerd/tumbler-manager.c
@@ -386,9 +386,9 @@ tumbler_manager_load_overrides (TumblerManager *manager,
       uri_type = g_strdup_printf ("%s-%s", info->uri_scheme, info->mime_type);
       if (g_strcmp0 (sections[n], uri_type) != 0)
         {
-          g_warning (_("Malformed section \"%s\": "
+          g_warning (_("Malformed section \"%s\" in file \"%s\": "
                        "Mismatch between section name and UriScheme/MimeType"),
-                     sections[n]);
+                     sections[n], filename);
 
           g_free (uri_type);
           override_info_free (info);



More information about the Xfce4-commits mailing list