Whamcloud - gitweb
b=15534
[fs/lustre-release.git] / lustre / include / obd.h
index 9eb9c76..6c28088 100644 (file)
@@ -1623,7 +1623,7 @@ static inline const struct lsm_operations *lsm_op_find(int magic)
         case LOV_MAGIC_V3:
                return &lsm_v3_ops;
         default:
-               CERROR("Cannot recognize lsm_magic %d\n", magic);
+               CERROR("Cannot recognize lsm_magic %08x\n", magic);
                return NULL;
         }
 }