code: plan9front

Download patch

ref: 6c9c2beb6e54a2ced1466615452e338d9bb7d48d
parent: e1cd22504e26d0a732a4219d38d6e5fe3e03aa21
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, ...)