libbluray | branch: master | hpi1 <[email protected]> | Wed Apr 22 13:49:22 
2015 +0300| [10d2ea2e388e6e256de2309cb6bd04aef52b8ebc] | committer: hpi1

Fix log messages

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=10d2ea2e388e6e256de2309cb6bd04aef52b8ebc
---

 src/libbluray/hdmv/hdmv_vm.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/libbluray/hdmv/hdmv_vm.c b/src/libbluray/hdmv/hdmv_vm.c
index 20c1997..2fb99b1 100644
--- a/src/libbluray/hdmv/hdmv_vm.c
+++ b/src/libbluray/hdmv/hdmv_vm.c
@@ -149,7 +149,7 @@ static int _store_result(HDMV_VM *p, MOBJ_CMD *cmd, 
uint32_t src, uint32_t dst,
     /* store result to destination register(s) */
     if (dst != dst0) {
         if (cmd->insn.imm_op1) {
-            BD_DEBUG(DBG_HDMV|DBG_CRIT, "ERROR: storing to imm ! ");
+            BD_DEBUG(DBG_HDMV|DBG_CRIT, "storing to imm !\n");
             return -1;
         }
         ret = _store_reg(p, cmd->dst, dst);
@@ -157,7 +157,7 @@ static int _store_result(HDMV_VM *p, MOBJ_CMD *cmd, 
uint32_t src, uint32_t dst,
 
     if (src != src0) {
         if (cmd->insn.imm_op1) {
-            BD_DEBUG(DBG_HDMV|DBG_CRIT, "ERROR: storing to imm ! ");
+            BD_DEBUG(DBG_HDMV|DBG_CRIT, "storing to imm !\n");
             return -1;
         }
         ret += _store_reg(p, cmd->src, src);

_______________________________________________
libbluray-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/libbluray-devel

Reply via email to