[rygel] rygel: Fix compilation



commit 142fe82cc26f171e9c46595397c1fe91ba142a85
Author: Jens Georg <jensg openismus com>
Date:   Tue Apr 2 12:16:20 2013 +0200

    rygel: Fix compilation

 src/rygel/rygel-user-config.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/rygel/rygel-user-config.vala b/src/rygel/rygel-user-config.vala
index aa2e101..352b4b1 100644
--- a/src/rygel/rygel-user-config.vala
+++ b/src/rygel/rygel-user-config.vala
@@ -238,7 +238,7 @@ public class Rygel.UserConfig : GLib.Object, Configuration {
         } catch (Error error) {
             /// TRANSLATORS: First %s is the file's path, second is the error
             //  message
-            warning _("Failed to load user configuration from file '%s': %s",
+            warning (_("Failed to load user configuration from file '%s': %s"),
                    local_path,
                    error.message);
             this.key_file = new KeyFile ();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]