tracker r2607 - in trunk: . src/libtracker-common



Author: pvanhoof
Date: Thu Nov 27 17:13:49 2008
New Revision: 2607
URL: http://svn.gnome.org/viewvc/tracker?rev=2607&view=rev

Log:
2008-11-27  Philip Van Hoof  <philip codeminded be>

	* src/libtracker-common/tracker-thumbnailer.c: Replaced a non-critical
	warning with a message



Modified:
   trunk/ChangeLog
   trunk/src/libtracker-common/tracker-thumbnailer.c

Modified: trunk/src/libtracker-common/tracker-thumbnailer.c
==============================================================================
--- trunk/src/libtracker-common/tracker-thumbnailer.c	(original)
+++ trunk/src/libtracker-common/tracker-thumbnailer.c	Thu Nov 27 17:13:49 2008
@@ -263,7 +263,7 @@
 			   G_TYPE_INVALID);
 	
 	if (error) {
-		g_warning ("Thumbnailer service did not return supported mime types, %s",
+		g_message ("Thumbnailer service did not return supported mime types, %s",
 			   error->message);
 
 		g_error_free (error);



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