Whamcloud - gitweb
LU-4871 newline: Correct missing newline
[fs/lustre-release.git] / lustre / mgc / mgc_request.c
index aa9afc5..f279aa5 100644 (file)
@@ -365,7 +365,8 @@ static int config_log_add(struct obd_device *obd, char *logname,
                        *ptr = 0;
                }
                else {
-                       CERROR("sptlrpc log name not correct: %s", seclogname);
+                       CERROR("%s: sptlrpc log name not correct, %s: "
+                              "rc = %d\n", obd->obd_name, seclogname, -EINVAL);
                        config_log_put(cld);
                        RETURN(-EINVAL);
                }