summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'config.c')
-rw-r--r--config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.c b/config.c
index 9b69682..dcbba42 100644
--- a/config.c
+++ b/config.c
@@ -225,8 +225,8 @@ int createconfigfile(char *filename) {
"replaylogging = \"1\"\n"
"\n"
"# Debug output control (\"2\" for print to screen, \"1\" for print to file, or \"0\" for disabled)\n"
- "# (Note: print to file not yet implemented)\n"
- "debug = \"0\"\n";
+ "# (The debug file can be found in <basedir>/debug.txt)\n"
+ "debug = \"1\"\n";
// Write complete string to file
if ((fprintf(fp, string)) < 0) {