From 84a5ceeb7db03d75425d72e8a23a0bb0f267bc01 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 24 Aug 2009 03:06:32 +0200 Subject: =?UTF-8?q?Hash-Klasse=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Client/CommandParser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Client/CommandParser.cpp') diff --git a/src/Client/CommandParser.cpp b/src/Client/CommandParser.cpp index 56ecbba..ed0f47e 100644 --- a/src/Client/CommandParser.cpp +++ b/src/Client/CommandParser.cpp @@ -205,7 +205,7 @@ void CommandParser::exitCommand(const std::vector &/*args*/) { std::pair, Core::Exception> result = request->getResult(); if(result.second) - std::cerr << "An error occurred during your request: " << result.second.strerror() << "." << std::endl; + std::cerr << "An error occurred during your request: " << result.second.what() << "." << std::endl; else disconnect = true; } -- cgit v1.2.3