[rygel] media-export: Lower severity of some messages



commit 770c8b37dbfdbf84f30c70890a5a34c5d38e9d17
Author: Jens Georg <mail jensge org>
Date:   Sat Jun 26 12:00:22 2010 +0200

    media-export: Lower severity of some messages

 .../media-export/rygel-media-export-item.vala      |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/media-export/rygel-media-export-item.vala b/src/plugins/media-export/rygel-media-export-item.vala
index 98fa7fb..017cdd3 100644
--- a/src/plugins/media-export/rygel-media-export-item.vala
+++ b/src/plugins/media-export/rygel-media-export-item.vala
@@ -60,9 +60,9 @@ public class Rygel.MediaExport.MediaExportItem : Rygel.MediaItem {
                             string content_type;
                             tag_list.get_string (MetadataExtractor.TAG_RYGEL_MIME,
                                                  out content_type);
-                            warning (_("File '%s' is of unknown format/type."),
+                            debug (_("File '%s' is of unknown format/type."),
                                     file.get_uri ());
-                            warning (_("Trying to guess from content type %s"),
+                            debug (_("Trying to guess from content type %s"),
                                     content_type);
                             if (content_type.has_prefix ("video/")) {
                                 class_guessed = Rygel.MediaItem.VIDEO_CLASS;



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