From 9482ee48af5b9f72b52fda9747dc2bdc5f23d771 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Tue, 8 Nov 2011 10:02:46 +0100 Subject: [PATCH] core: Fix forgotten argument in previous commit --- src/rygel/rygel-http-post.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.7.4