Thu Aug 31 11:22:30 PDT 2000 Michael Jennings <mej@eterm.org>

Crap.  That was not supposed to be committed.


SVN revision: 3285
This commit is contained in:
Michael Jennings 2000-08-31 18:05:14 +00:00
parent 9a6507f458
commit d981295368
2 changed files with 10 additions and 1 deletions

View File

@ -3841,3 +3841,8 @@ Wed Aug 30 22:58:18 PDT 2000 Michael Jennings <mej@eterm.org>
debugging code, so don't use too high a number with --debug....
-------------------------------------------------------------------------------
Thu Aug 31 11:22:30 PDT 2000 Michael Jennings <mej@eterm.org>
Crap. That was not supposed to be committed.
-------------------------------------------------------------------------------

View File

@ -1136,7 +1136,11 @@ clean_exit(void)
remove_utmp_entry();
#endif
privileges(REVERT);
memrec_dump();
#if DEBUG >= DEBUG_MEM
if (DEBUG_LEVEL >= DEBUG_MEM) {
memrec_dump();
}
#endif
PABLO_STOP_TRACING();
DPRINTF1(("Cleanup done. I am outta here!\n"));
}