Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit d36b913

Browse files
committed
Log problems in handlers at a more appropriate level.
1 parent 5edb290 commit d36b913

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//2432
1+
//2436
22
//
33
// This code was generated by a tool. Any changes made manually will be lost
44
// the next time this code is regenerated.
55
//
66

77
using System.Reflection;
88

9-
[assembly: AssemblyFileVersion("1.13.1.2432")]
10-
[assembly: AssemblyVersion("1.13.1.2432")]
9+
[assembly: AssemblyFileVersion("1.13.2.2436")]
10+
[assembly: AssemblyVersion("1.13.2.2436")]

EssentialsPlugin/Essentials.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ private void PluginProcessing( )
985985
}
986986
catch ( Exception ex )
987987
{
988-
Log.Info( "Handler Problems: {0} - {1}", currentHandler.GetUpdateResolution( ), ex );
988+
Log.Warn( "Handler Problems: {0} - {1}", currentHandler.GetUpdateResolution( ), ex );
989989
}
990990

991991
// Let's make sure LastUpdate is set to now otherwise we may start processing too quickly

0 commit comments

Comments
 (0)