diff --git a/source/Grabacr07.KanColleWrapper/Updater.cs b/source/Grabacr07.KanColleWrapper/Updater.cs index 295a7c088..00cc1911d 100644 --- a/source/Grabacr07.KanColleWrapper/Updater.cs +++ b/source/Grabacr07.KanColleWrapper/Updater.cs @@ -160,7 +160,7 @@ private bool LoadVersions(string url) } catch (Exception ex) { - Debug.WriteLine("Updater: Could not access the API."); + Debug.WriteLine("Updater: Could not access the API, reason: " + ex.Message + "."); return false; }