mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-27 02:43:07 +00:00
fix fprintf problem (and make it only DEBUG_alecf)
This commit is contained in:
parent
788817b691
commit
d2d0194c11
@ -31,7 +31,9 @@ nsMsgRDFDataSource::nsMsgRDFDataSource():
|
||||
mObservers(nsnull)
|
||||
{
|
||||
NS_INIT_REFCNT();
|
||||
fprintf("nsMsgRDFDataSource being created\n");
|
||||
#ifdef DEBUG_alecf
|
||||
fprintf(stderr, "nsMsgRDFDataSource being created\n");
|
||||
#endif
|
||||
}
|
||||
|
||||
nsMsgRDFDataSource::~nsMsgRDFDataSource()
|
||||
|
Loading…
Reference in New Issue
Block a user