diff options
Diffstat (limited to 'codec/image_to_j2k.c')
| -rw-r--r-- | codec/image_to_j2k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codec/image_to_j2k.c b/codec/image_to_j2k.c index f505e997..7fbd5a8a 100644 --- a/codec/image_to_j2k.c +++ b/codec/image_to_j2k.c @@ -1692,7 +1692,7 @@ int main(int argc, char **argv) { if (*indexfilename) { bSuccess = write_index_file(&cstr_info, indexfilename); if (bSuccess) { - fprintf(stderr, "Failed to output index file\n"); + fprintf(stderr, "Failed to output index file into [%s]\n", indexfilename); } } |
