Whamcloud - gitweb
b=22407 substitute %i with %d
[fs/lustre-release.git] / lustre / cmm / mdc_device.c
index 0f5ad10..416233d 100644 (file)
@@ -326,7 +326,7 @@ static struct lu_device *mdc_device_free(const struct lu_env *env,
         struct mdc_device *mc = lu2mdc_dev(ld);
 
         LASSERTF(cfs_atomic_read(&ld->ld_ref) == 0,
-                 "Refcount = %i\n", cfs_atomic_read(&ld->ld_ref));
+                 "Refcount = %d\n", cfs_atomic_read(&ld->ld_ref));
         LASSERT(cfs_list_empty(&mc->mc_linkage));
         md_device_fini(&mc->mc_md_dev);
         OBD_FREE_PTR(mc);