Fix the bot

This commit is contained in:
Zontreck 2020-06-21 01:12:41 -07:00
parent 4920ed431e
commit f37290d867
2 changed files with 3 additions and 3 deletions

View file

@ -88,7 +88,7 @@ namespace Bot.WebHookServer
}catch(Exception e)
{
BotSession.Instance.MHE(MessageHandler.Destinations.DEST_LOCAL, UUID.Zero, "Error: Program could not escalate to Admin Privileges. WebHook engine not running");
BotSession.Instance.MHE(MessageHandler.Destinations.DEST_LOCAL, UUID.Zero, "Error: Program could not escalate to Admin Privileges. WebHook engine not running\n\n"+e.Message+"\n"+e.StackTrace);
}
}
}