diff --git a/Grid/util/FlightRecorder.cc b/Grid/util/FlightRecorder.cc index 7bbd4acc..c19d3dbb 100644 --- a/Grid/util/FlightRecorder.cc +++ b/Grid/util/FlightRecorder.cc @@ -96,6 +96,7 @@ bool FlightRecorder::StepLog(const char *name) { StepName = name; StepLoggingCounter ++; + return true; } void FlightRecorder::SetLoggingModePrint(void)