[calls/wip/ui-manage-accounts: 14/26] credentials: g_info instead of g_warning




commit cc7d306274d0feebc7709ef40e6f94dd4a2ce453
Author: Evangelos Ribeiro Tzaras <evangelos tzaras puri sm>
Date:   Thu Jun 24 17:44:53 2021 +0200

    credentials: g_info instead of g_warning

 src/calls-credentials.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/calls-credentials.c b/src/calls-credentials.c
index 9351b594..95cc22ca 100644
--- a/src/calls-credentials.c
+++ b/src/calls-credentials.c
@@ -447,7 +447,7 @@ calls_credentials_new_from_keyfile (GKeyFile         *key_file,
 
   /* For debugging we don't want strict checking */
   if (!debug && !check_required_keys (key_file, name)) {
-    g_warning ("Not all required keys found in section %s", name);
+    g_info ("Not all required keys found in section %s", name);
     return NULL;
   }
 


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