[rygel] media-export: Console message when harvesting is done



commit d26b78f282d7bb2cadfe60c85a47b00577b3a170
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Sun Feb 14 19:17:06 2010 +0200

    media-export: Console message when harvesting is done

 .../rygel-media-export-root-container.vala         |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/plugins/media-export/rygel-media-export-root-container.vala b/src/plugins/media-export/rygel-media-export-root-container.vala
index 29877c5..20a80e5 100644
--- a/src/plugins/media-export/rygel-media-export-root-container.vala
+++ b/src/plugins/media-export/rygel-media-export-root-container.vala
@@ -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);
     }
 



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