src/Builder4/FakeServer.vala
authorAlan Knowles <alan@roojs.com>
Wed, 15 Apr 2015 05:23:20 +0000 (13:23 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 15 Apr 2015 05:23:20 +0000 (13:23 +0800)
src/Builder4/FakeServer.vala

index baa18bf..811fe2e 100644 (file)
@@ -121,8 +121,8 @@ public class FakeServerCache : Object
                if (stream == null) {
                    stream = new MemoryInputStream();
                }
-               print("Send :%s, %s (%s/%d)", request.get_path()
-                     cdata.content_type, cdata.size.to_string(), cdata.data.length);
+               print("Send : %s (%s/%d)", 
+                     this.content_type, this.size.to_string(), this.data.length);
                
                request.finish(stream,
                         this.size,