Slightly more honest message in tool output

This commit is contained in:
alexhudson
2007-08-18 08:48:55 +00:00
parent e13eeb8e3a
commit 1fc05b93c7
+1 -1
View File
@@ -33,7 +33,7 @@ LookupMxRecords(const char *domain)
mx = XplDnsNewMxLookup(domain);
if (!mx || mx->status != XPLDNS_SUCCESS) {
XplConsolePrintf(_("ERROR: Unable to resolve MX records on %s"), domain);
XplConsolePrintf(_("ERROR: Unable to find mail exchangers for %s\n"), domain);
return;
}