diff options
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r-- | src/or/routerparse.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c index c3f673d32..6512dec2e 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -777,7 +777,8 @@ router_parse_entry_from_string(const char *s, const char *end) goto err; } else { if (tok->n_args < 3) { - warn(LD_DIR,"Not enough arguments to \"bandwidth\" in server descriptor."); + warn(LD_DIR, + "Not enough arguments to \"bandwidth\" in server descriptor."); goto err; } router->bandwidthrate = |