rygel r672 - trunk/src/rygel
- From: zeeshanak svn gnome org
- To: svn-commits-list gnome org
- Subject: rygel r672 - trunk/src/rygel
- Date: Sun, 15 Mar 2009 19:02:22 +0000 (UTC)
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]