[tracker] tracker-miner-fs, applications: not finding locale file is not critical



commit 3de7e1cb28bf13ccce6df6dd9a7a23c69d8556b5
Author: Aleksander Morgado <aleksander lanedo com>
Date:   Tue Dec 21 10:33:43 2010 +0100

    tracker-miner-fs,applications: not finding locale file is not critical

 src/miners/fs/tracker-miner-applications-locale.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/miners/fs/tracker-miner-applications-locale.c b/src/miners/fs/tracker-miner-applications-locale.c
index 65916eb..e67dea4 100644
--- a/src/miners/fs/tracker-miner-applications-locale.c
+++ b/src/miners/fs/tracker-miner-applications-locale.c
@@ -51,7 +51,7 @@ miner_applications_locale_get_previous (const gchar *locale_file)
 			g_critical ("  Could not get content of file '%s'", locale_file);
 		}
 	} else {
-		g_critical ("  Could not find locale file:'%s'", locale_file);
+		g_message ("  Could not find locale file:'%s'", locale_file);
 	}
 
 	return locale;



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