tracker r2849 - in trunk: . src/trackerd



Author: mr
Date: Tue Jan 27 19:24:16 2009
New Revision: 2849
URL: http://svn.gnome.org/viewvc/tracker?rev=2849&view=rev

Log:
	* src/trackerd/tracker-monitor.c: (get_module_name_from_gfile):
	Changed warnings to debug messages when we can't find a module
	from a GFile.


Modified:
   trunk/ChangeLog
   trunk/src/trackerd/tracker-monitor.c

Modified: trunk/src/trackerd/tracker-monitor.c
==============================================================================
--- trunk/src/trackerd/tracker-monitor.c	(original)
+++ trunk/src/trackerd/tracker-monitor.c	Tue Jan 27 19:24:16 2009
@@ -523,8 +523,8 @@
 
 			path = g_file_get_path (file);
 
-			g_warning ("Could not get module name from GFile (path:'%s')",
-				   path);
+			g_debug ("Could not get module name from GFile (path:'%s')",
+				 path);
 
 			g_free (path);
 
@@ -544,9 +544,9 @@
 				*is_directory = g_file_test (child_path, G_FILE_TEST_IS_DIR);
 			}
 
-			g_warning ("Could not get module name from GFile (path:'%s' or parent:'%s')",
-				   child_path,
-				   parent_path);
+			g_debug ("Could not get module name from GFile (path:'%s' or parent:'%s')",
+				 child_path,
+				 parent_path);
 
 			g_free (parent_path);
 			g_free (child_path);



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