Daily
Some checks failed
Build .NET Project / build (push) Has been cancelled

This commit is contained in:
2026-03-30 21:20:12 -04:00
parent 3fd18091dc
commit 6dfade6730
4 changed files with 16 additions and 16 deletions

View File

@@ -203,7 +203,7 @@ namespace MarketData.Helper
}
finally
{
MDTrace.WriteLine(LogLevel.DEBUG, String.Format("[UpdatePricesBigCharts]End, total took {0}(ms)", profiler.End()));
MDTrace.WriteLine(LogLevel.DEBUG, String.Format("[UpdatePricesYahoo]End, total took {0}(ms)", profiler.End()));
}
}