From 26f35f22f7c3b88171b6e6d17bd3d287c0910c7a Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 29 Sep 2009 00:46:57 +0000 Subject: Logging is more verbose, to include percentage completed for each device. Sending the signal SIGUSR1 now skips the current device (this is useful) MAX_SCAN has been implemented, and defaults to 255 iterations. The line clearing code inside of cleanup() is now a function called clearline(). The short version string is now a define: NETNUKE_VERSION_STRING The long version string will remain how it is for now. --- log.c | 1 - 1 file changed, 1 deletion(-) (limited to 'log.c') diff --git a/log.c b/log.c index 20b4a81..2ee24b6 100644 --- a/log.c +++ b/log.c @@ -25,7 +25,6 @@ #include #include - FILE* loutfile; static clock_t ltime_start; static clock_t ltime_current; -- cgit