[libbluray-devel] fprintf -> DEBUG
hpi1
git at videolan.org
Thu Dec 20 10:57:31 CET 2012
libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Mon Dec 10 09:29:03 2012 +0200| [b61a562f8f118c9b14562e3a7e5338a48f73b92b] | committer: hpi1
fprintf -> DEBUG
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=b61a562f8f118c9b14562e3a7e5338a48f73b92b
---
src/file/dl_posix.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/file/dl_posix.c b/src/file/dl_posix.c
index 0ef99ab..63586b7 100644
--- a/src/file/dl_posix.c
+++ b/src/file/dl_posix.c
@@ -119,7 +119,7 @@ void *dl_dlopen ( const char* path, const char *version )
name = str_printf("%s%s%s", search_paths[i], path, ext);
}
- fprintf (stderr, "Attempting to open %s\n", name);
+ BD_DEBUG(DBG_FILE, "Attempting to open %s\n", name);
dll = _dl_dlopen (name);
X_FREE(name);
More information about the libbluray-devel
mailing list