Skip to content
Snippets Groups Projects
Commit 0a3cbacc authored by Daniel Salzman's avatar Daniel Salzman
Browse files

remote: remove superfluous space char

parent e3c9a457
No related branches found
No related tags found
No related merge requests found
......@@ -563,7 +563,7 @@ static void log_command(const char *cmd, const remote_cmdargs_t* args)
}
}
log_info("remote command: '%s %s'\n", cmd, params);
log_info("remote command: '%s%s'\n", cmd, params);
}
int remote_answer(int sock, server_t *s, knot_pkt_t *pkt)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment