X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fost%2Fost_handler.c;h=68ece8004d182fad584c204521f6dc7b71bddec5;hp=831f44d3143aa0607ff4ef02920a13238c953b47;hb=38e6ee6fb779c34c7ef3eb4a010332385b3b84c1;hpb=fb291dbf72ecd32847f1499776a441126f28e9bf diff --git a/lustre/ost/ost_handler.c b/lustre/ost/ost_handler.c index 831f44d..68ece80 100644 --- a/lustre/ost/ost_handler.c +++ b/lustre/ost/ost_handler.c @@ -188,8 +188,8 @@ static int ost_setup(struct obd_device *obd, struct lustre_cfg* lcfg) rc = cfs_cpt_set_node(ost_io_cptable, cpt++, i); if (!rc) { - CWARN("OSS Failed to set node %d for" - "IO CPT table\n", i); + CWARN("OSS Failed to set node %d for IO CPT table\n", + i); cfs_cpt_table_free(ost_io_cptable); ost_io_cptable = NULL; break;