just use stderr

This commit is contained in:
Costa Vitor 2009-09-12 16:43:18 -05:00
parent 4e4d486dee
commit fc28a49122

View File

@ -410,7 +410,7 @@ clean_atom_list(AtomHashEntry *HashPtr)
NOfAtoms--;
if (IsWideAtom(atm)) {
#ifdef DEBUG_RESTORE3
fprintf(errout, "Purged %p:%S\n", at, at->WStrOfAE);
fprintf(stderr, "Purged %p:%S\n", at, at->WStrOfAE);
#endif
agc_collected += sizeof(AtomEntry)+wcslen(at->WStrOfAE);
} else {