Whamcloud - gitweb
LU-4167 tests: correct version check to enable ff_convert
[fs/lustre-release.git] / lustre / ofd / ofd_obd.c
index 231c177..561509e 100644 (file)
@@ -1375,7 +1375,7 @@ int ofd_iocontrol(unsigned int cmd, struct obd_export *exp, int len,
                rc = ofd_ioc_get_obj_version(&env, ofd, karg);
                break;
        default:
-               CERROR("%s: not supported cmd = %d\n", obd->obd_name, cmd);
+               CERROR("%s: not supported cmd = %#x\n", obd->obd_name, cmd);
                rc = -ENOTTY;
        }