mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 21:16:15 +01:00
registrybackend: remove :( from messages
This commit is contained in:
parent
0200e4036c
commit
df1ffe7e27
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user