Skip to content

Commit 510b312

Browse files
committed
Merge branch 'master' into dev
2 parents 92358ee + b9571c5 commit 510b312

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)