summaryrefslogtreecommitdiff
path: root/updater/xmldata.cpp
diff options
context:
space:
mode:
author(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2010-04-21 13:01:53 +0000
committer(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2010-04-21 13:01:53 +0000
commitc12debcb441a2078c30372ba77cfcf6bdb219bfd (patch)
tree83e95a90d743fc94751de2a4ddb2a9b33d645855 /updater/xmldata.cpp
parent00a1cef967087b7c85b9ef39b63ba0662fa13080 (diff)
Added beta indication when update
More performance improvements git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@509 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/xmldata.cpp')
-rw-r--r--updater/xmldata.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/updater/xmldata.cpp b/updater/xmldata.cpp
index 55cebf1..8fd81e1 100644
--- a/updater/xmldata.cpp
+++ b/updater/xmldata.cpp
@@ -273,7 +273,6 @@ bool UpdateXMLData(const Category cat, const char *redirect_url /*= 0*/, int rec
FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM, 0, err, 0, buff + len, 512 - len, 0);
ShowError(buff);
//MessageBox(0, buff + len, TranslateT("Updater: Error Downloading XML Data"), MB_OK | MB_ICONWARNING);
- NLog(buff);
} else {
ShowError(TranslateT("Failed to download XML data - Response is NULL"));
//MessageBox(0, TranslateT("Error downloading XML data...\nResponse is NULL"), Translate("Updater Error"), MB_OK | MB_ICONWARNING);