diff options
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) { |