Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Allow the user to control the verbosity of merge-recursive.
[gitweb.git]
/
daemon.c
diff --git
a/daemon.c
b/daemon.c
index b129b83e4026490c1e6e77861cd6f03a5007d01e..f039534d6536ae1898ffa618a6b077ff8ae14c90 100644
(file)
--- a/
daemon.c
+++ b/
daemon.c
@@
-102,7
+102,7
@@
static void logreport(int priority, const char *err, va_list params)
buf[buflen++] = '\n';
buf[buflen] = '\0';
- write(2, buf, buflen);
+ write
_in_full
(2, buf, buflen);
}
static void logerror(const char *err, ...)