diff --git a/merge_abc/src/protobufSnapshotGenerator.cpp b/merge_abc/src/protobufSnapshotGenerator.cpp index daeee4716cfdaccb3b4ca56182bacbd64723ea01..52db9f457e27e2ab9c90bd0257771c4b28798e9a 100644 --- a/merge_abc/src/protobufSnapshotGenerator.cpp +++ b/merge_abc/src/protobufSnapshotGenerator.cpp @@ -69,7 +69,7 @@ std::map *ProtobufSnapshotGen { std::fstream input(cacheFilePath, std::ios::in | std::ios::binary); if (!input) { - std::cerr << "Cache file: " << cacheFilePath << " doesn't exist" << std::endl; + std::cout << "Cache file: " << cacheFilePath << " doesn't exist" << std::endl; return nullptr; } protoPanda::CompositeProgram protoCompositeProgram;