[rygel] core: Micro coding-style fix



commit ff9cb9270c0aaa93fea3da1868774dd42ff46e22
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Fri Nov 19 17:50:23 2010 +0200

    core: Micro coding-style fix

 src/rygel/rygel-http-post.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/rygel/rygel-http-post.vala b/src/rygel/rygel-http-post.vala
index 96edeb4..5b6a271 100644
--- a/src/rygel/rygel-http-post.vala
+++ b/src/rygel/rygel-http-post.vala
@@ -94,8 +94,8 @@ internal class Rygel.HTTPPost : HTTPRequest {
             main_loop.quit ();
         });
 
-        debug ("Waiting for update signal from container '%s' after pushing content" +
-               " to its child item '%s'..",
+        debug ("Waiting for update signal from container '%s' after pushing" +
+               " content to its child item '%s'..",
                this.item.parent.id,
                this.item.id);
         main_loop.run ();



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