libaacs | branch: master | npzacs <[email protected]> | Wed Nov 3 13:24:54 2010 +0200| [5d739a45ab19edb6676fc521c4ffd5abeb3e6462] | committer: npzacs
file_open_linux(): log file name when open fails > http://git.videolan.org/gitweb.cgi/libaacs.git/?a=commit;h=5d739a45ab19edb6676fc521c4ffd5abeb3e6462 --- src/file/file_posix.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/file/file_posix.c b/src/file/file_posix.c index 43eca2b..b8a0772 100644 --- a/src/file/file_posix.c +++ b/src/file/file_posix.c @@ -96,7 +96,7 @@ static AACS_FILE_H *file_open_linux(const char* filename, const char *mode) return file; } - DEBUG(DBG_FILE, "Error opening file! (%p)\n", file); + DEBUG(DBG_FILE, "Error opening file %s ! (%p)\n", filename, file); X_FREE(file); _______________________________________________ libaacs-devel mailing list [email protected] http://mailman.videolan.org/listinfo/libaacs-devel
