mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-09 19:50:26 +03:00
More tweaks to connection reply logging.
This commit is contained in:
parent
e144b0dc67
commit
e71c72f037
@ -1188,6 +1188,7 @@ void process_queue_item(xs_dict *q_item)
|
||||
}
|
||||
|
||||
payload = xs_replace_i(payload, "\n", "\\n");
|
||||
payload = xs_replace_i(payload, "\r", "\\r");
|
||||
|
||||
if (*payload)
|
||||
payload = xs_str_wrap_i(" [", payload, "]");
|
||||
|
Loading…
Reference in New Issue
Block a user