Annoying warn on printf fix

This commit is contained in:
Peter Boyle
2026-08-19 19:41:43 -04:00
parent 8d04b91932
commit 0b1598e9ef
+1 -1
View File
@@ -208,7 +208,7 @@ bool FlightRecorder::CsumLog(uint64_t hex)
std::cerr<<"FlightRecorder::CsumLog Oops, I did it again "<< CsumLoggingCounter
<<std::hex<<" "<<hex<<" "<<hexref<<std::dec<<std::endl;
fprintf(stderr,"%s:%d Oops, I did it again! Reproduce failure for csum %d %lx expect %lx\n",
fprintf(stderr,"%s:%d Oops, I did it again! Reproduce failure for csum %d %llx expect %llx\n",
GridHostname(),
GlobalSharedMemory::WorldShmRank,
CsumLoggingCounter,hex, hexref);