From 9f436b34842a473a45f9923ab6c104d35035f105 Mon Sep 17 00:00:00 2001 From: Guilherme Maciel Ferreira Date: Tue, 5 Apr 2011 09:23:21 +0200 Subject: [PATCH] Message aesthetical improvement --- src/dns/dnsresolver.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dns/dnsresolver.cpp b/src/dns/dnsresolver.cpp index 06c3cff..ee16967 100644 --- a/src/dns/dnsresolver.cpp +++ b/src/dns/dnsresolver.cpp @@ -33,7 +33,7 @@ bool DnsResolver::resolve() { BOOST_ASSERT( !HostDnsAddress.empty() ); - cerr << "* Host : " << HostDnsAddress << endl; + cerr << "Resolved IP(s) for host : " << HostDnsAddress << endl; try { @@ -50,7 +50,7 @@ bool DnsResolver::resolve() resolved_host.set_ip( dest_ip ); ResolvedHostAddressList.push_back( resolved_host ); - cerr << dest_ip << endl; + cerr << "- " << dest_ip << endl; ++it_first; } -- 1.7.1