--- dump/main.c-ooo Fri Jan 10 01:58:24 1997 +++ dump/main.c Sat Jul 18 12:31:03 1998 @@ -344,12 +344,14 @@ #else spcl.c_date == 0 ? "the epoch\n" : ctime(&spcl.c_date)); #endif +/* msg("Date of last level %c dump: %s", lastlevel, #ifdef __linux__ spcl.c_ddate == 0 ? "the epoch\n" : ctime4(&spcl.c_ddate)); #else spcl.c_ddate == 0 ? "the epoch\n" : ctime(&spcl.c_ddate)); #endif +*/ msg("Dumping %s ", disk); if (dt != NULL) msgtail("(%s) ", dt->fs_file);