Update of /cvsroot/boost/boost/libs/asio/example/http/client
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv6794/http/client

Modified Files:
        async_client.cpp 
Log Message:
Fix error_code output.

Index: async_client.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/example/http/client/async_client.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- async_client.cpp    4 Jan 2007 05:53:03 -0000       1.5
+++ async_client.cpp    20 Feb 2007 13:18:37 -0000      1.6
@@ -58,7 +58,7 @@
     }
     else
     {
-      std::cout << "Error: " << err << "\n";
+      std::cout << "Error: " << err.message() << "\n";
     }
   }
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to