summaryrefslogtreecommitdiff
path: root/src/plugins/relay
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2024-05-04 08:55:57 +0200
committerSébastien Helleu <flashcode@flashtux.org>2024-05-04 08:55:57 +0200
commit4ac120e4358abe66425e1e9ddd2ddf91cb46afb4 (patch)
tree5e615d34d60c674c6e38ad87bb383056264b2b0b /src/plugins/relay
parentb21b64bc44cea0fed8635bf2e1b0d0c7e8ef9d8c (diff)
downloadweechat-4ac120e4358abe66425e1e9ddd2ddf91cb46afb4.zip
relay/remote: fix alignment of variable in debug print to log file
Diffstat (limited to 'src/plugins/relay')
-rw-r--r--src/plugins/relay/relay-remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/relay/relay-remote.c b/src/plugins/relay/relay-remote.c
index 70147f472..6e686e118 100644
--- a/src/plugins/relay/relay-remote.c
+++ b/src/plugins/relay/relay-remote.c
@@ -953,7 +953,7 @@ relay_remote_print_log ()
weechat_log_printf (" gnutls_sess . . . . . . : 0x%lx", ptr_remote->gnutls_sess);
relay_websocket_deflate_print_log (ptr_remote->ws_deflate, "");
weechat_log_printf (" synced. . . . . . . . . : %d", ptr_remote->synced);
- weechat_log_printf (" partial_ws_frame. . . . . : %p (%d bytes)",
+ weechat_log_printf (" partial_ws_frame. . . . : %p (%d bytes)",
ptr_remote->partial_ws_frame,
ptr_remote->partial_ws_frame_size);
weechat_log_printf (" prev_remote . . . . . . : 0x%lx", ptr_remote->prev_remote);