Whamcloud - gitweb
- fixed format in CWARN()
authoryury <yury>
Sat, 14 Oct 2006 13:03:28 +0000 (13:03 +0000)
committeryury <yury>
Sat, 14 Oct 2006 13:03:28 +0000 (13:03 +0000)
lustre/osd/osd_handler.c

index f5c02d2..d5ec5f5 100644 (file)
@@ -1423,7 +1423,7 @@ static int osd_readpage(const struct lu_env *env,
                  *     state)---position it on the next item.
                  */
                 rc = iops->next(env, it);
-                CWARN("read page for reset hash %#lx\n", rdpg->rp_hash);
+                CWARN("read page for reset hash %#x\n", rdpg->rp_hash);
         } else if (rc > 0)
                 rc = 0;