X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fmds%2Fmds_reint.c;h=f41a621fc077dcfd9c8c3a1a8e0e8f651860855b;hb=cbb67d3c246f567765dc8f3aff2de400be9c9fb7;hp=51d525a362c3aae1550197e8de10a62dfd795be5;hpb=4bc7f1fbca2c58d07b462f5b5b0bfb2601d01c12;p=fs%2Flustre-release.git diff --git a/lustre/mds/mds_reint.c b/lustre/mds/mds_reint.c index 51d525a..f41a621 100644 --- a/lustre/mds/mds_reint.c +++ b/lustre/mds/mds_reint.c @@ -342,7 +342,7 @@ static int mds_reint_create(struct mds_update_record *rec, int offset, break; } default: - CERROR("bad file type %d for create of %s\n",type,rec->ur_name); + CERROR("bad file type %o for create of %s\n",type,rec->ur_name); GOTO(out_create_dchild, rc = -EINVAL); }