ref: d734c75df58188f06f652396ed3ce3f4874d44fa
parent: 093cd921d482732999d915fa32434a9cccfbb9ad
author: mkf <mkf@cloud9p.org>
date: Thu Mar 14 09:48:56 EDT 2024
imap4d: be consistant with rest of system in log file name
--- a/sys/src/cmd/upas/imap4d/debug.c
+++ b/sys/src/cmd/upas/imap4d/debug.c
@@ -1,6 +1,6 @@
#include "imap4d.h"
-char logfile[28] = "imap4";
+char logfile[28] = "imap4d";
void
debuglog(char *fmt, ...)
--
⑨