]> granicus.if.org Git - pdns/commitdiff
fix a tyop in supposedly helpful output which was not very helpful
authorBert Hubert <bert.hubert@netherlabs.nl>
Sun, 26 Feb 2012 19:27:35 +0000 (19:27 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Sun, 26 Feb 2012 19:27:35 +0000 (19:27 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2424 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/pdnssec.cc

index da4417eb6dceb55a4df637c83fcb1eecae73ccad..d64216e81fa7e949b9fea7b647998779cce2758f 100644 (file)
@@ -376,7 +376,7 @@ bool secureZone(DNSSECKeeper& dk, const std::string& zone)
 
   if(!dk.isSecuredZone(zone)) {
     cerr<<"Failed to secure zone. Is your backend dnssec enabled? (set \n";
-    cerr<<"sqlite3-dnssec, or gmysql-dnssec etc). Check this first.\n";
+    cerr<<"gsqlite3-dnssec, or gmysql-dnssec etc). Check this first.\n";
     cerr<<"If you run with the BIND backend, make sure to also launch another\n";
     cerr<<"backend which supports storage of DNSSEC settings.\n";
     cerr<<"In addition, add '"<<zone<<"' to this backend, possibly like this: \n\n";