mmartell commented on a change in pull request #760:
URL: https://github.com/apache/geode-native/pull/760#discussion_r591661522
##########
File path: cppcache/src/TcrMessage.cpp
##########
@@ -1530,7 +1530,7 @@ void TcrMessage::handleByteArrayResponse(
}
m_metadata->push_back(bucketServerLocations);
}
- LOGFINER("Metadata size is %", m_metadata->size());
+ LOGFINER("Metadata size is %d", m_metadata->size());
Review comment:
Good catch.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]