1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 15:53:12 +02:00

relay/remote: fix error displayed when an error happens in a callback

This commit is contained in:
Sébastien Helleu
2024-05-19 10:52:26 +02:00
parent a749e3423f
commit cc544e3e3a
@@ -981,7 +981,7 @@ error_cb:
weechat_printf (NULL,
"%sremote[%s]: callback failed for body type \"%s\"",
weechat_prefix ("error"),
body_type,
data);
remote->name,
body_type);
return;
}