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--;
|
NOfAtoms--;
|
||||||
if (IsWideAtom(atm)) {
|
if (IsWideAtom(atm)) {
|
||||||
#ifdef DEBUG_RESTORE3
|
#ifdef DEBUG_RESTORE3
|
||||||
fprintf(errout, "Purged %p:%S\n", at, at->WStrOfAE);
|
fprintf(stderr, "Purged %p:%S\n", at, at->WStrOfAE);
|
||||||
#endif
|
#endif
|
||||||
agc_collected += sizeof(AtomEntry)+wcslen(at->WStrOfAE);
|
agc_collected += sizeof(AtomEntry)+wcslen(at->WStrOfAE);
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user