diff options
Diffstat (limited to 'replay.c')
-rw-r--r-- | replay.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -270,7 +270,7 @@ int writereplayline(char *str, char *basedir) { // Ensure the line finishes with CRLF appendcrlf(line); - printf("Complete replay log string to write: '%s', length '%ld'.\n", line, strlen(line)); + debugprint("Complete replay log string to write: '%s', length '%ld'.\n", line, strlen(line)); // Write complete line to file if ((bytes = fprintf(fp, line)) < 0) { |