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:
Sage Weil 2013-08-27 08:30:50 -07:00
parent 228510ff17
commit a10ca4b5e0

View File

@ -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;