return EXIT_FAILURE;
}
if ((di.backend->getCapabilities() & DNSBackend::CAP_LIST) == 0) {
- cerr << "Backend for zone '" << zone << "' does not support listing its contents," << endl;
+ cerr << "Backend for zone '" << zone << "' does not support listing its contents." << endl;
return EXIT_FAILURE;
}
return EXIT_FAILURE;
}
if ((di.backend->getCapabilities() & DNSBackend::CAP_LIST) == 0) {
- cerr << "Backend for zone '" << zone << "' does not support listing its contents," << endl;
+ cerr << "Backend for zone '" << zone << "' does not support listing its contents." << endl;
return EXIT_FAILURE;
}