From 1700c7d32f7d9d101cbba9f1fcb8bb57ed16a727 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sat, 5 Apr 2014 22:17:15 +0200 Subject: Imported Upstream version 4.3.10-dfsg --- src/VBox/Main/src-server/HostDnsService.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/VBox/Main/src-server/HostDnsService.cpp') diff --git a/src/VBox/Main/src-server/HostDnsService.cpp b/src/VBox/Main/src-server/HostDnsService.cpp index d4cd3a0f4..011528fba 100644 --- a/src/VBox/Main/src-server/HostDnsService.cpp +++ b/src/VBox/Main/src-server/HostDnsService.cpp @@ -288,7 +288,7 @@ HRESULT HostDnsMonitorProxy::GetDomainName(BSTR *aDomainName) if (m->fModified) updateInfo(); - LogRel(("HostDnsMonitorProxy::GetDomainName:%s\n", m->info->domain.c_str())); + LogRel(("HostDnsMonitorProxy::GetDomainName: %s\n", m->info->domain.c_str())); Utf8Str(m->info->domain.c_str()).cloneTo(aDomainName); @@ -355,7 +355,7 @@ static void dumpHostDnsInformation(const HostDnsInformation& info) static void dumpHostDnsStrVector(const std::string& prefix, const std::vector& v) { - int i = 0; + int i = 1; for (std::vector::const_iterator it = v.begin(); it != v.end(); ++it, ++i) -- cgit v1.2.3