From e189040a9d6b6e366bd71fd2121f736c18f3039f Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 4 Apr 2021 20:59:17 -0600 Subject: * PC-Alpine: Debug files used to be created with extension .txt1, .txt2, etc. Rename those files so that they have extension .txt. --- include/config.wnt.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/config.wnt.h b/include/config.wnt.h index 77b9ae8f..5795e389 100644 --- a/include/config.wnt.h +++ b/include/config.wnt.h @@ -24,7 +24,10 @@ #define DEBUG /* Default configuration value */ -#define DEBUGFILE "pinedebg.txt" +#define DEBUGFILE "pinedebg" + +/* Default extension for debug files */ +#define DEBUGFILEEXT ".txt" /* Display debug messages in journal */ #define DEBUGJOURNAL -- cgit v1.2.3-70-g09d2