[rygel] core: Fix forgotten argument in previous commit



commit 9482ee48af5b9f72b52fda9747dc2bdc5f23d771
Author: Jens Georg <mail jensge org>
Date:   Tue Nov 8 10:02:46 2011 +0100

    core: Fix forgotten argument in previous commit

 src/rygel/rygel-http-post.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/rygel/rygel-http-post.vala b/src/rygel/rygel-http-post.vala
index 51e9cbd..887cec4 100644
--- a/src/rygel/rygel-http-post.vala
+++ b/src/rygel/rygel-http-post.vala
@@ -123,7 +123,7 @@ internal class Rygel.HTTPPost : HTTPRequest {
             // This means that either someone externally has removed the item
             // or that the back-end decided it's not a shareable item anymore.
             if (item == null) {
-                warning ("Item %s disappeared, stop waiting for it");
+                warning ("Item %s disappeared, stop waiting for it", id);
 
                 break;
             }



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