[libbluray-devel] Reduced logging
npzacs
git at videolan.org
Sun Dec 1 17:48:45 CET 2013
libbluray | branch: master | npzacs <npzacs at gmail.com> | Sun Dec 1 18:48:24 2013 +0200| [d838f44ade7e29cfc28b232779ce38d454149636] | committer: npzacs
Reduced logging
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=d838f44ade7e29cfc28b232779ce38d454149636
---
src/file/libbdplus.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/file/libbdplus.c b/src/file/libbdplus.c
index 0c278bb..1cc7c69 100644
--- a/src/file/libbdplus.c
+++ b/src/file/libbdplus.c
@@ -284,7 +284,7 @@ int libbdplus_fixup(BD_BDPLUS_ST *p, uint8_t *buf, int len)
numFixes = p->lib->fixup(p->st, len, buf);
#if 1
if (numFixes) {
- BD_DEBUG(DBG_BDPLUS | DBG_CRIT, "BD+ did %d fixups\n", numFixes);
+ BD_DEBUG(DBG_BDPLUS, "BD+ did %d fixups\n", numFixes);
}
#endif
return numFixes;
More information about the libbluray-devel
mailing list