diff options
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index ff0e470d4..61cf4e3cf 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -636,7 +636,7 @@ static int do_main_loop(void) { log_fn(LOG_ERR,"poll failed."); return -1; } else { - log_fn(LOG_DEBUG,"poll interrupted."): + log_fn(LOG_DEBUG,"poll interrupted."); } } |