X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=src%2Faccesslog.c;h=27663c4983b096fc182b97852f2584652e32bcd5;hp=4c06e69fef026f7f913c4246d874a7f83e6c266c;hb=e3f12675774fa2bb0f68f2cea05f4285d1fc235c;hpb=8ad7573acd834e02bffbd7adc3814d4ca5645677 diff --git a/src/accesslog.c b/src/accesslog.c index 4c06e69..27663c4 100644 --- a/src/accesslog.c +++ b/src/accesslog.c @@ -242,7 +242,7 @@ int main(int argc, char **argv) } } if((ch = stdmkchild(argv + optind + 1, NULL, NULL)) < 0) { - flog(LOG_ERR, "accesslog: could fork child: %s", strerror(errno)); + flog(LOG_ERR, "accesslog: could not fork child: %s", strerror(errno)); exit(1); } signal(SIGHUP, sighandler);