-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.54..v0.2.55 changeset OsmPbfReader.cpp
Garret Voltz edited this page Aug 14, 2020
·
1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/io/OsmPbfReader.cpp b/hoot-core/src/main/cpp/hoot/core/io/OsmPbfReader.cpp
index ecd6aa4..7218497 100644
--- a/hoot-core/src/main/cpp/hoot/core/io/OsmPbfReader.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/io/OsmPbfReader.cpp
@@ -1126,6 +1126,7 @@ void OsmPbfReader::parse(istream* strm, const OsmMapPtr& map)
// if we don't recognize the type
else
{
+ LOG_WARN("Skipping PBF blob type " << _d->blobHeader.type());
// skip ahead to the next blob
strm->seekg(_d->blobHeader.datasize(), ios_base::cur);
}