summaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r--src/or/dirserv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c
index 06a8f6354c..3ed831710f 100644
--- a/src/or/dirserv.c
+++ b/src/or/dirserv.c
@@ -445,7 +445,7 @@ directory_remove_unrecognized(void)
log(LOG_INFO, "Router '%s' is now approved.", ent->nickname);
ent->is_verified = 1;
} else if (r==0 && ent->is_verified) {
- log(LOG_INFO, "Router '%s' is no longer approved." ent->nickname);
+ log(LOG_INFO, "Router '%s' is no longer approved.", ent->nickname);
ent->is_verified = 0;
}
}