We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/network/NetworkDetails.cpp b/hoot-core/src/main/cpp/hoot/core/conflate/network/NetworkDetails.cpp index c64e0a3..5464936 100644 --- a/hoot-core/src/main/cpp/hoot/core/conflate/network/NetworkDetails.cpp +++ b/hoot-core/src/main/cpp/hoot/core/conflate/network/NetworkDetails.cpp @@ -1139,7 +1139,7 @@ WayStringPtr NetworkDetails::toWayString(ConstEdgeStringPtr e, const EidMapper& } } - LOG_VARD(ws); + LOG_VART(ws); return ws; }