Fix !changelog, fix bug in logger and typo in !mod namehistory
This commit is contained in:
parent
8599c815d7
commit
290b85fdb6
5 changed files with 6 additions and 4 deletions
|
@ -43,7 +43,7 @@ namespace Geekbot.net.Lib.Logger
|
|||
|
||||
public void Error(string source, string message, Exception stackTrace, object extra = null)
|
||||
{
|
||||
_logger.Error(stackTrace, CreateLogString("Error", source, message, stackTrace, extra));
|
||||
_logger.Error(CreateLogString("Error", source, message, stackTrace, extra));
|
||||
}
|
||||
|
||||
private string CreateLogString(string type, string source, string message, Exception stackTrace = null, object extra = null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue