From 4dd32c2e4e07e23914347a04934d92498fee559b Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Sun, 20 Feb 2011 23:20:48 +0100 Subject: [PATCH] media-export: Show debug message for current file --- src/plugins/media-export/rygel-media-export-harvesting-task.vala | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/media-export/rygel-media-export-harvesting-task.vala b/src/plugins/media-export/rygel-media-export-harvesting-task.vala index 7c52abd..6062182 100644 --- a/src/plugins/media-export/rygel-media-export-harvesting-task.vala +++ b/src/plugins/media-export/rygel-media-export-harvesting-task.vala @@ -261,6 +261,8 @@ public class Rygel.MediaExport.HarvestingTask : Rygel.StateMachine, } if (this.files.size > 0) { + debug ("Scheduling file %s for meta-data extraction…", + this.files.peek ().get_uri ()); this.extractor.extract (this.files.peek ()); } else if (this.containers.get_length () > 0) { this.enumerate_directory (); -- 2.7.4