]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
neater make test output
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 15 Sep 2010 07:15:30 +0000 (07:15 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 15 Sep 2010 07:15:30 +0000 (07:15 +0000)
git-svn-id: file:///svn/unbound/trunk@2234 be551aaa-1e26-0410-a405-d3ace91eadb9

testcode/testbound.c

index 5d16d55e8a423271ba28005f945777ca356df654..2adffc2eaf14e3347e8eca77ee57411ade86f0ed 100644 (file)
@@ -268,7 +268,6 @@ main(int argc, char* argv[])
        (void)putenv("TZ=UTC");
 
        log_init(NULL, 0, NULL);
-       log_info("Start of %s testbound program.", PACKAGE_STRING);
        /* determine commandline options for the daemon */
        pass_argc = 1;
        pass_argv[0] = "unbound";
@@ -322,6 +321,7 @@ main(int argc, char* argv[])
                testbound_usage();
                return 1;
        }
+       log_info("Start of %s testbound program.", PACKAGE_STRING);
        if(atexit(&remove_configfile) != 0)
                fatal_exit("atexit() failed: %s", strerror(errno));