about summary refs log tree commit diff
path: root/nitro.c
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2023-12-31 22:35:27 +0100
committerLeah Neukirchen <leah@vuxu.org>2023-12-31 22:35:27 +0100
commit2e0f15c75c922313cdccb43c9183256099fb3110 (patch)
tree5deba8c2e123a442ef0859e68222b528490d8f4f /nitro.c
parent674f10d677f53ba8c1f9831f63c547d9b2957ea3 (diff)
downloadnitro-2e0f15c75c922313cdccb43c9183256099fb3110.tar.gz
nitro-2e0f15c75c922313cdccb43c9183256099fb3110.tar.xz
nitro-2e0f15c75c922313cdccb43c9183256099fb3110.zip
remove debugging code
Diffstat (limited to 'nitro.c')
-rw-r--r--nitro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nitro.c b/nitro.c
index 8a89c2f..8c0a1ce 100644
--- a/nitro.c
+++ b/nitro.c
@@ -1151,7 +1151,7 @@ write_global_log(char *log, size_t len)
 {
 	switch (log_format) {
 	case LOGF_PLAIN:
-		prn(globaloutfd, "X: %S\n", log, log + len);
+		prn(globaloutfd, "%S\n", log, log + len);
 		break;
 	case LOGF_KMSG: {
 		// printk keeps track of time, we just need facility and level.