mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +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:
|
default:
|
||||||
g_warning ("gregistrybackend: registry_cache_update_node: Unhandled value type :(");
|
g_warning ("gregistrybackend: registry_cache_update_node: Unhandled value type");
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1608,7 +1608,7 @@ watch_thread_function (LPVOID parameter)
|
|||||||
if (cache_node == NULL)
|
if (cache_node == NULL)
|
||||||
{
|
{
|
||||||
/* This path has been deleted */
|
/* 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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user