core: Fix forgotten argument in previous commit
authorJens Georg <mail@jensge.org>
Tue, 8 Nov 2011 09:02:46 +0000 (10:02 +0100)
committerJens Georg <mail@jensge.org>
Tue, 8 Nov 2011 09:02:46 +0000 (10:02 +0100)
src/rygel/rygel-http-post.vala

index 51e9cbd..887cec4 100644 (file)
@@ -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;
             }