From 009da07cef098a4ab07cb757950c2a53d6b1ba1a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 30 Aug 2011 04:58:32 +0300 Subject: Fix code style and compilation warnings. --- src/gui/updaterwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/updaterwindow.cpp') diff --git a/src/gui/updaterwindow.cpp b/src/gui/updaterwindow.cpp index ba482919e..4ba1c9179 100644 --- a/src/gui/updaterwindow.cpp +++ b/src/gui/updaterwindow.cpp @@ -54,7 +54,8 @@ const std::string xmlUpdateFile = "resources.xml"; const std::string txtUpdateFile = "resources2.txt"; -const std::string updateServer2 = "http://download.evolonline.org/manaplus/updates/"; +const std::string updateServer2 + = "http://download.evolonline.org/manaplus/updates/"; std::vector loadXMLFile(const std::string &fileName); std::vector loadTxtFile(const std::string &fileName); @@ -186,7 +187,6 @@ UpdaterWindow::UpdaterWindow(const std::string &updateHost, mUpdateServerPath = mUpdateHost; removeProtocol(mUpdateServerPath); - logger->log("mUpdateServerPath: %s, %s", mUpdateHost.c_str(), mUpdateServerPath.c_str()); // Try to download the updates list download(); -- cgit v1.2.3-60-g2f50