aboutsummaryrefslogtreecommitdiff
path: root/log.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2009-09-28 20:46:57 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2009-09-28 20:46:57 -0400
commit26f35f22f7c3b88171b6e6d17bd3d287c0910c7a (patch)
tree8f1a92a2809f36a970bfe7f40624f7b66d89c14e /log.c
parent4be53ade84f4d8e758a2417884b19b370aa5ecf6 (diff)
downloadNetNuke-26f35f22f7c3b88171b6e6d17bd3d287c0910c7a.tar.gz
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.
Diffstat (limited to 'log.c')
-rw-r--r--log.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/log.c b/log.c
index 20b4a81..2ee24b6 100644
--- a/log.c
+++ b/log.c
@@ -25,7 +25,6 @@
#include <time.h>
#include <ctype.h>
-
FILE* loutfile;
static clock_t ltime_start;
static clock_t ltime_current;