From f8640bae81a8a15bdbddc1c2a5869479aa5954b7 Mon Sep 17 00:00:00 2001 From: "gb.luke" Date: Thu, 8 Jul 2010 17:29:50 +0000 Subject: [PATCH] - Left some debugging code in, oops --- NUS Downloader/Form1.cs | 2 +- NUS Downloader/NusClient.cs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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); }