Skip to content

Commit

Permalink
fix: flush_file error message, try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
adammoody committed Feb 9, 2022
1 parent 354c357 commit 35f6a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scr_flush_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ int main (int argc, char *argv[])
/* failed to read the flush file */
char* file_path_str = spath_strdup(file_path);
scr_err("%s: Failed to read flush file '%s' @ %s:%d",
PROG, file_path, __FILE__, __LINE__
PROG, file_path_str, __FILE__, __LINE__
);
scr_free(&file_path_str);
goto cleanup;
Expand Down

0 comments on commit 35f6a95

Please sign in to comment.