X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fosd-ldiskfs%2Fosd_handler.c;fp=lustre%2Fosd-ldiskfs%2Fosd_handler.c;h=972f2b912b68962ebf7c39c213c5698811dd6515;hp=ac5e9d04ccf7f0f7c1cc10f8d7ea8a57abad516c;hb=503bf7f29a49914082480a7cdceb914e42a95dd8;hpb=7b720df1fbd4136cd1ab8f3fefefd3971b2f7031 diff --git a/lustre/osd-ldiskfs/osd_handler.c b/lustre/osd-ldiskfs/osd_handler.c index ac5e9d0..972f2b9 100644 --- a/lustre/osd-ldiskfs/osd_handler.c +++ b/lustre/osd-ldiskfs/osd_handler.c @@ -2429,13 +2429,12 @@ static void osd_conf_get(const struct lu_env *env, OBD_CKSUM_T10IP512 : OBD_CKSUM_T10IP4K; } else { - CERROR("%s: unsupported checksum type of " - "T10PI type '%s'", + CERROR("%s: unsupported checksum type of T10PI type '%s'\n", d->od_svname, name); } } else { - CERROR("%s: unsupported T10PI type '%s'", + CERROR("%s: unsupported T10PI type '%s'\n", d->od_svname, name); } } @@ -7851,7 +7850,7 @@ static int osd_mount(const struct lu_env *env, } if (lmd_flags & LMD_FLG_DEV_RDONLY) { - LCONSOLE_WARN("%s: not support dev_rdonly on this device", + LCONSOLE_WARN("%s: not support dev_rdonly on this device\n", name); GOTO(out_mnt, rc = -EOPNOTSUPP);