rbd: fix typo in Kernel.cc

Fixes: http://tracker.ceph.com/issues/19273

Reported-by: Shinobu Kinjo <shinobu@redhat.com>
Signed-off-by: Gaurav Kumar Garg <garg.gaurav52@gmail.com>
This commit is contained in:
Gaurav Kumar Garg 2017-03-15 17:13:54 +01:00
parent 8bd12b2c14
commit 197e4704bb

View File

@ -185,7 +185,7 @@ static int do_kernel_showmapped(Formatter *f)
/*
* hint user to check syslog for krbd related messages and provide suggestions
* based on errno return by krbd_map(). also note that even if some librbd calls
* fail, we atleast dump the "try dmesg..." message to aid debugging.
* fail, we at least dump the "try dmesg..." message to aid debugging.
*/
static void print_error_description(const char *poolname, const char *imgname,
const char *snapname, int maperrno)