summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/src/cmd/ip/tftpd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/src/cmd/ip/tftpd.c b/sys/src/cmd/ip/tftpd.c
index 07ca3b37e..3744647c7 100644
--- a/sys/src/cmd/ip/tftpd.c
+++ b/sys/src/cmd/ip/tftpd.c
@@ -737,6 +737,8 @@ nak(int fd, int code, char *msg)
buf[n-1] = 0;
if(write(fd, buf, n) != n)
sysfatal("write nak: %r");
+
+ syslog(dbg, flog, "tftpd %d sent NAK '%s' to %s", pid, msg, raddr);
}
void