rygel r672 - trunk/src/rygel



Author: zeeshanak
Date: Sun Mar 15 19:02:22 2009
New Revision: 672
URL: http://svn.gnome.org/viewvc/rygel?rev=672&view=rev

Log:
Print request id and if transcoding.

Modified:
   trunk/src/rygel/rygel-http-request.vala

Modified: trunk/src/rygel/rygel-http-request.vala
==============================================================================
--- trunk/src/rygel/rygel-http-request.vala	(original)
+++ trunk/src/rygel/rygel-http-request.vala	Sun Mar 15 19:02:22 2009
@@ -84,6 +84,11 @@
             return;
         }
 
+        print ("request for %s\n", this.item_id);
+        if (this.transcode_target != null) {
+            print ("transcoding\n");
+        }
+
         // Fetch the requested item
         this.root_container.find_object (this.item_id,
                                          null,



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