1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 14:26:39 +02:00

relay: change message displayed when there is not enough memory for websocket frame

This commit is contained in:
Sébastien Helleu
2024-02-11 08:53:29 +01:00
parent 9ce435fa5e
commit f153b6e6c3
+1 -1
View File
@@ -703,7 +703,7 @@ relay_client_recv_cb (const void *pointer, void *data, int fd)
{
weechat_printf_date_tags (
NULL, 0, "relay_client",
_("%s%s: not enough memory for received data"),
_("%s%s: not enough memory for received message"),
weechat_prefix ("error"), RELAY_PLUGIN_NAME);
return WEECHAT_RC_OK;
}