diff options
Diffstat (limited to 'src/or/control.c')
-rw-r--r-- | src/or/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/control.c b/src/or/control.c index b4cc2123db..215abc745f 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -717,7 +717,7 @@ control_setconf_helper(connection_t *conn, uint32_t len, char *body, break; case -2: v0_err = ERR_INVALID_CONFIG_VALUE; - msg = "513 Unrecognized option value"; + msg = "513 Unacceptable option value"; break; case -3: v0_err = ERR_INVALID_CONFIG_VALUE; |