.osm.bz2 parsing fixed

This commit is contained in:
Dennis Luxen 2011-03-17 21:29:11 +00:00
parent 09ad2ff699
commit cd51481ce1

View File

@ -74,7 +74,7 @@ public:
_Relation r;
r.type = _Relation::unknown;
if(!(*relationCallback)(r))
std::cerr << "[error] relation not parsed" << std::endl;
std::cerr << "[XMLParser] relation not parsed" << std::endl;
}
xmlFree( currentName );
}