summaryrefslogtreecommitdiff
path: root/src/or/control.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/control.c')
-rw-r--r--src/or/control.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/control.c b/src/or/control.c
index 392a1061dc..a843b98152 100644
--- a/src/or/control.c
+++ b/src/or/control.c
@@ -1076,8 +1076,8 @@ handle_control_saveconf(connection_t *conn, uint32_t len,
send_control0_error(conn, ERR_INTERNAL,
"Unable to write configuration to disk.");
else
- connection_write_str_to_buf("551 Unable to write configuration to disk.",
- conn);
+ connection_write_str_to_buf(
+ "551 Unable to write configuration to disk.\r\n", conn);
} else {
send_control_done(conn);
}