Skip to content

Commit 35f6a95

Browse files
committed
fix: flush_file error message, try 2
1 parent 354c357 commit 35f6a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scr_flush_file.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ int main (int argc, char *argv[])
407407
/* failed to read the flush file */
408408
char* file_path_str = spath_strdup(file_path);
409409
scr_err("%s: Failed to read flush file '%s' @ %s:%d",
410-
PROG, file_path, __FILE__, __LINE__
410+
PROG, file_path_str, __FILE__, __LINE__
411411
);
412412
scr_free(&file_path_str);
413413
goto cleanup;

0 commit comments

Comments
 (0)