summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cmd-queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-queue.c b/cmd-queue.c
index 8ed3673b..827630d7 100644
--- a/cmd-queue.c
+++ b/cmd-queue.c
@@ -834,7 +834,7 @@ cmdq_print_data(struct cmdq_item *item, int parse, struct evbuffer *evb)
char *sanitized, *msg, *line;
if (!parse) {
- utf8_stravisx(&msg, data, size, VIS_OCTAL|VIS_CSTYLE|VIS_TAB);
+ utf8_stravisx(&msg, data, size, VIS_OCTAL|VIS_CSTYLE);
log_debug("%s: %s", __func__, msg);
} else {
msg = EVBUFFER_DATA(evb);