just use stderr
This commit is contained in:
parent
4e4d486dee
commit
fc28a49122
2
C/agc.c
2
C/agc.c
@ -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 {
|
||||
|
Reference in New Issue
Block a user