Skip to content

Commit df0674f

Browse files
damienbarkerjenkins
authored andcommitted
QPR-10662 fix log message
1 parent 94f37af commit df0674f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OREAnalytics/orea/app/marketcalibrationreport.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ void MarketCalibrationReport::populateReport(const boost::shared_ptr<ore::data::
4848
return;
4949
auto t = boost::dynamic_pointer_cast<TodaysMarket>(market);
5050
if (!t) {
51-
DLOG(t, "MarketCalibrationReport::populateReport() expected TodaysMarket");
51+
DLOG("MarketCalibrationReport::populateReport() expected TodaysMarket");
5252
return;
5353
}
5454

0 commit comments

Comments
 (0)