From kde-commits Wed Jun 20 08:30:39 2001 From: CVS by coolo Date: Wed, 20 Jun 2001 08:30:39 +0000 To: kde-commits Subject: kdelibs/khtml/xml X-MARC-Message: https://marc.info/?l=kde-commits&m=99303000504049 kdelibs/khtml/xml dom_docimpl.cpp,1.95,1.96 Author: coolo Wed Jun 20 08:30:29 UTC 2001 Modified Files: dom_docimpl.cpp Log Message: and if you'd use the HammerMode, I wouldn't care - kdDebug() << " using strict parseMode" << endl; + kdDebug(6020) << " using strict parseMode" << endl; else if (pMode == Compat ) - kdDebug() << " using compatibility parseMode" << endl; + kdDebug(6020) << " using compatibility parseMode" << endl; else - kdDebug() << " using transitional parseMode" << endl; + kdDebug(6020) << " using transitional parseMode" << endl;