szaszm commented on code in PR #1651: URL: https://github.com/apache/nifi-minifi-cpp/pull/1651#discussion_r1327994089
########## libminifi/src/c2/C2Agent.cpp: ########## @@ -686,6 +686,23 @@ C2Payload C2Agent::bundleDebugInfo(std::map<std::string, std::unique_ptr<io::Inp throw C2DebugBundleError("Error while writing file '" + filename + "' into the debug bundle"); } } + if (auto node_reporter = node_reporter_.lock()) { + constexpr const char* MANIFEST_FILE_NAME = "manifest.json"; Review Comment: I think it doesn't make a difference in the case of `constexpr` strings, but I'm fine with either. https://godbolt.org/z/9vvGK8Wfd -- 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. To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org