Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
convert: add filter.<driver>.process option
[gitweb.git]
/
daemon.c
diff --git
a/daemon.c
b/daemon.c
index 425aad0507f48ca07b11faa05828ea841bdd302f..afce1b9b7f8d2846a8c99855f1e20d0398a31c47 100644
(file)
--- a/
daemon.c
+++ b/
daemon.c
@@
-281,7
+281,7
@@
static int daemon_error(const char *dir, const char *msg)
{
if (!informative_errors)
msg = "access denied or repository not exported";
- packet_write(1, "ERR %s: %s", msg, dir);
+ packet_write
_fmt
(1, "ERR %s: %s", msg, dir);
return -1;
}