1
0
forked from 0ad/0ad

commented out EntityResolver LOG statement (less spew)

This was SVN commit r1339.
This commit is contained in:
janwas 2004-11-16 18:22:54 +00:00
parent e31bdeaabe
commit 16287e8195

View File

@ -158,7 +158,8 @@ InputSource *CVFSEntityResolver::resolveEntity(const XMLCh *const UNUSEDPARAM(pu
path=abspath;
}
LOG(NORMAL, LOG_CATEGORY, "EntityResolver: path \"%s\" translated to \"%s\"", orgpath, path);
// LOG(NORMAL, LOG_CATEGORY, "EntityResolver: path \"%s\" translated to \"%s\"", orgpath, path);
// janwas: less spew
char *pos=path;
if ((pos=strchr(pos, '\\')) != NULL)