Dolda2000 GitWeb
/
ashd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ad7573
)
accesslog: Fixed another typo.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Thu, 7 Oct 2010 06:19:41 +0000
(08:19 +0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Thu, 7 Oct 2010 06:19:41 +0000
(08:19 +0200)
src/accesslog.c
patch
|
blob
|
blame
|
history
diff --git
a/src/accesslog.c
b/src/accesslog.c
index
4c06e69
..
27663c4
100644
(file)
--- 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);