Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejValenta committed Mar 15, 2018
2 parents cbdb66f + 7ebd8e3 commit 8234aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FluentlySharePoint-Nlog/NlogLogger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public void Error(string message)

public void Error(Exception ex, string message)
{
logMessage(LogLevel.Debug, message, ex);
logMessage(LogLevel.Error, message, ex);
}

public void Fatal(string message)
Expand Down

0 comments on commit 8234aef

Please sign in to comment.