Diagnostic debug message if fakens is not found
authorHeiko Schlittermann (HS12) <hs@schlittermann.de>
Mon, 11 May 2015 20:14:31 +0000 (22:14 +0200)
committerHeiko Schlittermann (HS12) <hs@schlittermann.de>
Mon, 11 May 2015 20:14:31 +0000 (22:14 +0200)
src/src/dns.c

index ef734d21ac6018b69f77fd338826abbcb09bbcdd..24f3522c73e2f8d98dd17396a540eac62af716a5 100644 (file)
@@ -23,7 +23,7 @@ If not, it passes its arguments on to res_search(). The fake nameserver may
 also return a code specifying that the name should be passed on.
 
 Background: the original test suite required a real nameserver to carry the
-test zones, whereas the new test suit has the fake server for portability. This
+test zones, whereas the new test suite has the fake server for portability. This
 code supports both.
 
 Arguments:
@@ -129,6 +129,10 @@ if (stat(CS utilname, &statbuf) >= 0)
     DEBUG(D_dns) debug_printf("fakens returned PASS_ON\n");
     }
   }
+else
+  {
+    DEBUG(D_dns) debug_printf("fakens (%s) not found\n", utilname);
+  }
 
 /* fakens utility not found, or it returned "pass on" */