diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2009-09-28 20:46:57 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2009-09-28 20:46:57 -0400 |
commit | 26f35f22f7c3b88171b6e6d17bd3d287c0910c7a (patch) | |
tree | 8f1a92a2809f36a970bfe7f40624f7b66d89c14e /log.c | |
parent | 4be53ade84f4d8e758a2417884b19b370aa5ecf6 (diff) | |
download | NetNuke-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -25,7 +25,6 @@ #include <time.h> #include <ctype.h> - FILE* loutfile; static clock_t ltime_start; static clock_t ltime_current; |