[tor-commits] [obfsproxy/master] Remove an extraneous newline at the end of a log message
nickm at torproject.org
nickm at torproject.org
Fri Jun 10 19:43:17 UTC 2011
commit 6b2249034b7381c42fd39bf109b58c7e1b93c84d
Author: Nick Mathewson <nickm at 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");
More information about the tor-commits
mailing list