We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3dc126 commit 590c463Copy full SHA for 590c463
print-zep.c
@@ -84,7 +84,6 @@ static void zep_print_ts(netdissect_options *ndo, const u_char *p)
84
time_t seconds = i - JAN_1970;
85
char time_buf[128];
86
87
- ND_DEBUG
88
ND_PRINT(" (%s)",
89
nd_format_time(time_buf, sizeof (time_buf), "%Y-%m-%d %H:%M:%S",
90
localtime(&seconds)));
0 commit comments