[gnome-software/1128-possible-thread-race-condition] Apply 1 suggestion(s) to 1 file(s)



commit a5e32978434fb41a978a4d02a77bd00171403a58
Author: Philip Withnall <philip tecnocode co uk>
Date:   Mon Mar 29 09:57:31 2021 +0000

    Apply 1 suggestion(s) to 1 file(s)

 lib/gs-app.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lib/gs-app.c b/lib/gs-app.c
index a04960f04..ce340a9f0 100644
--- a/lib/gs-app.c
+++ b/lib/gs-app.c
@@ -2586,7 +2586,7 @@ gs_app_set_launchable (GsApp *app, AsLaunchableKind kind, const gchar *launchabl
        key = as_launchable_kind_to_string (kind);
        if (g_hash_table_lookup_extended (priv->launchables, key, NULL, &current_value)) {
                if (g_strcmp0 ((const gchar *) current_value, launchable) != 0)
-                       g_warning ("Preventing app '%s' replace of %s's launchable '%s' with '%s'",
+                       g_debug ("Preventing app '%s' replace of %s's launchable '%s' with '%s'",
                                priv->name, key, (const gchar *) current_value, launchable);
        } else {
                g_hash_table_insert (priv->launchables,


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