mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
registrybackend: remove :( from messages
This commit is contained in:
@@ -738,7 +738,7 @@ registry_cache_update_node (GNode *cache_node,
|
||||
}
|
||||
}
|
||||
default:
|
||||
g_warning ("gregistrybackend: registry_cache_update_node: Unhandled value type :(");
|
||||
g_warning ("gregistrybackend: registry_cache_update_node: Unhandled value type");
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
@@ -1608,7 +1608,7 @@ watch_thread_function (LPVOID parameter)
|
||||
if (cache_node == NULL)
|
||||
{
|
||||
/* This path has been deleted */
|
||||
trace ("Notify received on a path that was deleted :(\n");
|
||||
trace ("Notify received on a path that was deleted\n");
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user