Ilya Dryomov 4a3262b17c libceph: use %s instead of %pE in dout()s
Commit d30291b985d1 ("libceph: variable-sized ceph_object_id") changed
dout()s in what is now encode_request() and ceph_object_locator_to_pg()
to use %pE, mostly to document that, although all rbd and cephfs object
names are NULL-terminated strings, ceph_object_id will handle any RADOS
object name, including the one containing NULs, just fine.

However, it turns out that vbin_printf() can't handle anything but ints
and %s - all %p suffixes are ignored.  The buffer %p** points to isn't
recorded, resulting in trash in the messages if the buffer had been
reused by the time bstr_printf() got to it.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2016-05-30 23:00:23 +02:00
..
2016-04-13 10:41:10 +02:00
2016-05-27 15:26:11 -07:00
2016-03-17 21:05:01 -04:00
2016-05-11 19:36:28 -04:00
2016-05-12 11:46:58 -04:00
2016-05-26 10:33:33 -07:00
2016-05-19 11:36:49 -07:00
2016-05-08 23:46:14 -04:00