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

remote: quote remote command

parent 5f60a2f0
No related branches found
No related tags found
No related merge requests found
......@@ -550,7 +550,7 @@ static void log_command(const char *cmd, const remote_cmdargs_t* args)
}
}
log_server_info("Remote command: %s%s\n", cmd, params);
log_server_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