media-export: Console message when harvesting is done
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Sun, 14 Feb 2010 17:17:06 +0000 (19:17 +0200)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Sun, 14 Feb 2010 17:19:14 +0000 (19:19 +0200)
src/plugins/media-export/rygel-media-export-root-container.vala

index 29877c5..20a80e5 100644 (file)
@@ -210,6 +210,8 @@ public class Rygel.MediaExportRootContainer : Rygel.MediaDBContainer {
     }
 
     private void on_file_harvested (File file) {
+        message ("'%s' harvested", file.get_uri ());
+
         this.harvester.remove (file);
     }