Blame SOURCES/evolution-data-server-3.28.5-secret-monitor-warnings.patch

4932c5
diff -up evolution-data-server-3.28.5/src/modules/secret-monitor/module-secret-monitor.c.secret-monitor-warnings evolution-data-server-3.28.5/src/modules/secret-monitor/module-secret-monitor.c
4932c5
--- evolution-data-server-3.28.5/src/modules/secret-monitor/module-secret-monitor.c.secret-monitor-warnings	2018-07-30 15:17:06.000000000 +0200
4932c5
+++ evolution-data-server-3.28.5/src/modules/secret-monitor/module-secret-monitor.c	2021-11-22 12:52:08.683986536 +0100
4932c5
@@ -167,7 +167,7 @@ secret_monitor_scan_secrets_thread (gpoi
4932c5
 	g_list_free_full (list, (GDestroyNotify) g_object_unref);
4932c5
 
4932c5
 	if (local_error != NULL) {
4932c5
-		g_warning ("%s: %s", G_STRFUNC, local_error->message);
4932c5
+		e_source_registry_debug_print ("%s: %s", G_STRFUNC, local_error->message);
4932c5
 		g_error_free (local_error);
4932c5
 	}
4932c5
 
4932c5
@@ -206,7 +206,7 @@ secret_monitor_scan_secrets_timeout_cb (
4932c5
 		g_thread_unref (thread);
4932c5
 
4932c5
 	if (local_error != NULL) {
4932c5
-		g_warning ("%s: %s", G_STRFUNC, local_error->message);
4932c5
+		e_source_registry_debug_print ("%s: %s", G_STRFUNC, local_error->message);
4932c5
 		g_error_free (local_error);
4932c5
 		g_object_unref (server);
4932c5
 	}