summaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/rendservice.c')
-rw-r--r--src/or/rendservice.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c
index d27b06d5df..c857d4cc87 100644
--- a/src/or/rendservice.c
+++ b/src/or/rendservice.c
@@ -581,7 +581,8 @@ rend_config_services(const or_options_t *options, int validate_only)
10, 0, 1, &ok, NULL);
if (!ok) {
log_warn(LD_CONFIG,
- "HiddenServiceMaxStreamsCloseCircuit should be 0 or 1, not %s",
+ "HiddenServiceMaxStreamsCloseCircuit should be 0 or 1, "
+ "not %s",
line->value);
rend_service_free(service);
return -1;