diff --git a/NUS Downloader/Form1.cs b/NUS Downloader/Form1.cs index 3fd2d72..7049f3b 100644 --- a/NUS Downloader/Form1.cs +++ b/NUS Downloader/Form1.cs @@ -888,7 +888,7 @@ namespace NUS_Downloader } catch (Exception ex) { - WriteStatus("Uhoh, the download bombed: " + ex.Message + " ):"); + WriteStatus("Uhoh, the download bombed: \"" + ex.Message + " ):\""); } WriteStatus("NUS Download Finished."); diff --git a/NUS Downloader/NusClient.cs b/NUS Downloader/NusClient.cs index 45fc917..68ffc7c 100644 --- a/NUS Downloader/NusClient.cs +++ b/NUS Downloader/NusClient.cs @@ -310,7 +310,6 @@ namespace libWiiSharp byte[] tmdFileWithCerts; try { - fireDebug(titleUrl + "/" + tmdFile); tmdFileWithCerts = wcNus.DownloadData(titleUrl + tmdFile); tmd = TMD.Load(tmdFileWithCerts); }