@@ -53,7 +53,7 @@
} else { \
CERROR("ctxt->loc_imp == NULL for context idx %d." \
"Unable to complete MDS/OSS recovery," \
- "but I'll try again next time. Not fatal.\n", \
+ "but I'll try again next time. Not fatal.\n", \
ctxt->loc_idx); \
imp = NULL; \
mutex_unlock(&ctxt->loc_mutex); \
@@ -596,7 +596,7 @@ struct ptlrpc_service *ptlrpc_register_service(struct ptlrpc_service_conf *conf,
strlen(cconf->cc_pattern),
0, ncpts - 1, &el);
if (rc != 0) {
- CERROR("%s: invalid CPT pattern string: %s",
+ CERROR("%s: invalid CPT pattern string: %s\n",
conf->psc_name, cconf->cc_pattern);
return ERR_PTR(-EINVAL);
}