logging error

This commit is contained in:
Vincent Cloutier 2022-05-17 17:52:49 -04:00
parent a2cd844394
commit 54ac595098

View file

@ -200,7 +200,7 @@ namespace BirdsiteLive.Twitter
}
catch (Exception e)
{
_logger.LogError("Tried getting media from tweet, but got error: \n", e.StackTrace);
_logger.LogError("Tried getting media from tweet, but got error: \n" + e.StackTrace);
}