From a1eb1444108577600143ae87173f6262e294dc06 Mon Sep 17 00:00:00 2001 From: Yuubari Date: Tue, 10 Nov 2015 17:22:57 +0300 Subject: [PATCH] Provide better diagnostics in Updater --- source/Grabacr07.KanColleWrapper/Updater.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }