Skip to content

Commit 8ad781d

Browse files
committed
show who is calling whr with improper arguments
1 parent a21b313 commit 8ad781d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ZkData/Ef/WHR/RatingSystems.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public static IRatingSystem GetRatingSystem(RatingCategory category)
6767
{
6868
if (!whr.ContainsKey(category))
6969
{
70-
Trace.TraceError("WHR: Unknown category " + category);
70+
Trace.TraceWarning("WHR: Unknown category " + category + " " + new StackTrace());
7171
return whr[RatingCategory.MatchMaking];
7272
}
7373
return whr[category];

0 commit comments

Comments
 (0)