Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
branch: restrict @-expansions when deleting
[gitweb.git]
/
daemon.c
diff --git
a/daemon.c
b/daemon.c
index ff0fa583b0497d886c54ff93d97cc45fd909e7a5..473e6b6b63c42e59d5a89985b2573ab5c2815157 100644
(file)
--- a/
daemon.c
+++ b/
daemon.c
@@
-298,7
+298,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;
}