Format items in cache with comma.
This commit is contained in:
@@ -296,7 +296,7 @@ namespace MarketData.Cache
|
|||||||
lock(thisLock)
|
lock(thisLock)
|
||||||
{
|
{
|
||||||
lastCount=Count();
|
lastCount=Count();
|
||||||
MDTrace.WriteLine(LogLevel.DEBUG,String.Format("LocalPriceCache Symbols: {0} Items in cache: {1}.",priceCache.Keys.Count,Utility.FormatNumber(lastCount,0)));
|
MDTrace.WriteLine(LogLevel.DEBUG,String.Format("LocalPriceCache Symbols: {0}. Items in cache: {1}.",priceCache.Keys.Count,Utility.FormatNumber(lastCount,0,true)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user