diff options
Diffstat (limited to 'src/main_windows.cpp')
| -rw-r--r-- | src/main_windows.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_windows.cpp b/src/main_windows.cpp index 229a055..5f6e1e9 100644 --- a/src/main_windows.cpp +++ b/src/main_windows.cpp @@ -224,7 +224,7 @@ ts_file_content ts_platform_read_file(char *path, const char *mode) else { result.file_error = FILE_ERROR_GENERIC; - printf("ERROR: %d\n", errno); + printf("ERROR: %d %s\n", errno, path); } goto done_failure; |
