minor changes

This commit is contained in:
Shreyas Zare
2021-08-07 12:28:30 +05:30
parent fa44c40bcd
commit 2e5bd3f862

View File

@@ -242,7 +242,7 @@ namespace DnsServerCore.Dns.ResourceRecords
break;
default:
throw new NotSupportedException("Zone transfer protocol not supported: " + value.ToString());
throw new NotSupportedException("Zone transfer protocol is not supported: XFR-over-" + value.ToString().ToUpper());
}
}
}