aboutsummaryrefslogtreecommitdiffstats
path: root/src/fnettrace-sni/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fnettrace-sni/main.c')
-rw-r--r--src/fnettrace-sni/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fnettrace-sni/main.c b/src/fnettrace-sni/main.c
index e7782d656..d4fbf703a 100644
--- a/src/fnettrace-sni/main.c
+++ b/src/fnettrace-sni/main.c
@@ -152,7 +152,7 @@ static void print_date(void) {
152 struct tm *t = localtime(&now); 152 struct tm *t = localtime(&now);
153 153
154 if (day != t->tm_yday) { 154 if (day != t->tm_yday) {
155 printf("\nSNI trace for %s", ctime(&now)); 155 printf("SNI trace for %s", ctime(&now));
156 day = t->tm_yday; 156 day = t->tm_yday;
157 } 157 }
158 158