From: Jens Georg Date: Tue, 8 Nov 2011 09:02:46 +0000 (+0100) Subject: core: Fix forgotten argument in previous commit X-Git-Tag: RYGEL_0_13_0~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9482ee48af5b9f72b52fda9747dc2bdc5f23d771;p=profile%2Fivi%2Frygel.git core: Fix forgotten argument in previous commit --- 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; }