Changed g_log levels in all app. Idea is reducing the number of debug
[modest] / src / modest-address-book-dummy.c
index 0e6fa9f..372d206 100644 (file)
@@ -36,8 +36,8 @@
 
 void modest_address_book_add_address (const gchar *address)
 {
-       g_message ("trying to add '%s' to non-existing address book",
-                  address);
+       g_debug ("trying to add '%s' to non-existing address book",
+                address);
 }