diff options
author | John Stebbins <[email protected]> | 2016-09-20 13:50:29 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2016-09-20 13:58:08 -0700 |
commit | 09f73f71e03cbdb7e0fd8764fdff771e022c9731 (patch) | |
tree | 309dfc1e8c0a2e2d61f597c2bb25f93d28429fcf /libhb | |
parent | a8b4a5afbe95e1f08e71c781ac214eba57b3480b (diff) |
fifo: fix log message
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/fifo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/fifo.c b/libhb/fifo.c index 086496218..7738868a1 100644 --- a/libhb/fifo.c +++ b/libhb/fifo.c @@ -776,7 +776,7 @@ void hb_buffer_close( hb_buffer_t ** _b ) /* OpenCL */ if (hb_cl_free_mapped_buffer(b->cl.buffer, b->data) == 0) { - hb_log("hb_buffer_pool_free: bad free %p -> buffer %p map %p", + hb_log("hb_buffer_close: bad free %p -> buffer %p map %p", b, b->cl.buffer, b->data); } } |