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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user