The "Using expat for parsing XML message" is getting annoying. Only print it out for my debug build...
git-svn-id: svn://10.0.0.236/trunk@33678 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
1be69d18f3
commit
1e9a7adaef
@ -346,13 +346,13 @@ nsITokenizer* CWellFormedDTD::GetTokenizer(void) {
|
||||
#endif
|
||||
if(theExpatState) {
|
||||
mTokenizer=(nsHTMLTokenizer*)new nsExpatTokenizer();
|
||||
#ifdef DEBUG
|
||||
#ifdef DEBUG_nisheeth
|
||||
printf("Using Expat for parsing XML...\n");
|
||||
#endif
|
||||
}
|
||||
else {
|
||||
mTokenizer=(nsHTMLTokenizer*)new nsXMLTokenizer();
|
||||
#ifdef DEBUG
|
||||
#ifdef DEBUG_nisheeth
|
||||
printf("Using internal parser for parsing XML...\n");
|
||||
#endif
|
||||
}
|
||||
|
||||
@ -346,13 +346,13 @@ nsITokenizer* CWellFormedDTD::GetTokenizer(void) {
|
||||
#endif
|
||||
if(theExpatState) {
|
||||
mTokenizer=(nsHTMLTokenizer*)new nsExpatTokenizer();
|
||||
#ifdef DEBUG
|
||||
#ifdef DEBUG_nisheeth
|
||||
printf("Using Expat for parsing XML...\n");
|
||||
#endif
|
||||
}
|
||||
else {
|
||||
mTokenizer=(nsHTMLTokenizer*)new nsXMLTokenizer();
|
||||
#ifdef DEBUG
|
||||
#ifdef DEBUG_nisheeth
|
||||
printf("Using internal parser for parsing XML...\n");
|
||||
#endif
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user