[obfsproxy/master] Remove an extraneous newline at the end of a log message

10 Jun
2011
10 Jun
'11
7:43 p.m.
commit 6b2249034b7381c42fd39bf109b58c7e1b93c84d Author: Nick Mathewson <nickm@torproject.org> Date: Fri Jun 10 15:34:13 2011 -0400 Remove an extraneous newline at the end of a log message --- src/main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main.c b/src/main.c index 0c3227e..cebf14b 100644 --- a/src/main.c +++ b/src/main.c @@ -342,7 +342,7 @@ main(int argc, const char **argv) if (n_listeners) event_base_dispatch(base); - log_info("Exiting.\n"); + log_info("Exiting."); if (close_obfsproxy_logfile() < 0) printf("Failed closing logfile!\n");
5148
Age (days ago)
5148
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org