Lets see the error in debug log
This commit is contained in:
parent
9cf9daca31
commit
c6d905fade
|
@ -451,6 +451,7 @@ Namespace GameJolt
|
||||||
Me.DownloadedBanList = True
|
Me.DownloadedBanList = True
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
Logger.Log(Logger.LogTypes.ErrorMessage, "Failed to fetch ban list data!")
|
Logger.Log(Logger.LogTypes.ErrorMessage, "Failed to fetch ban list data!")
|
||||||
|
Logger.Log(Logger.LogTypes.Debug, ex.Message)
|
||||||
End Try
|
End Try
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue