mirror of
https://github.com/ceph/ceph
synced 2024-12-22 03:22:00 +00:00
librbd: fix debug print in aio_write
Reported-by: James Harper <james.harper@bendigoit.com.au> Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
228510ff17
commit
a10ca4b5e0
@ -2845,7 +2845,7 @@ reprotect_and_return_err:
|
||||
{
|
||||
CephContext *cct = ictx->cct;
|
||||
ldout(cct, 20) << "aio_write " << ictx << " off = " << off << " len = "
|
||||
<< len << " buf = " << &buf << dendl;
|
||||
<< len << " buf = " << (void*)buf << dendl;
|
||||
|
||||
if (!len)
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user