Lets see the error in debug log

This commit is contained in:
Daniel S. Billing 2021-01-14 09:52:21 +01:00
parent 9cf9daca31
commit c6d905fade
1 changed files with 1 additions and 0 deletions

View File

@ -451,6 +451,7 @@ Namespace GameJolt
Me.DownloadedBanList = True
Catch ex As Exception
Logger.Log(Logger.LogTypes.ErrorMessage, "Failed to fetch ban list data!")
Logger.Log(Logger.LogTypes.Debug, ex.Message)
End Try
End Sub