Skip to content

Commit b9571c5

Browse files
committed
fix: Warn should return word Warning and not Error
1 parent b98569e commit b9571c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

EXILED/Exiled.CustomRoles/API/Features/Parsers/AggregateExpectationTypeResolver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public AggregateExpectationTypeResolver(INamingConvention namingConvention)
4545
}
4646
catch (Exception e)
4747
{
48-
Log.Warn($"Error loading types for {assembly.FullName}. It can be ignored if it's not using Exiled.CustomRoles. (Enabled Debug for more detail.)");
48+
Log.Warn($"Warning loading types for {assembly.FullName}. It can be ignored if it's not using Exiled.CustomRoles. (Enabled Debug for more detail.)");
4949
Log.Debug(e);
5050
}
5151
}

0 commit comments

Comments
 (0)