Whamcloud - gitweb
LU-8703 libcfs: fix error messages
[fs/lustre-release.git] / lnet / selftest / module.c
index 2d616e9..a34aae8 100644 (file)
@@ -124,8 +124,8 @@ lnet_selftest_init(void)
                rc = cfs_wi_sched_create("lst_t", lnet_cpt_table(), i,
                                         nthrs, &lst_sched_test[i]);
                if (rc != 0) {
-                       CERROR("Failed to create CPT affinity WI scheduler "
-                              "%d for LST\n", i);
+                       CERROR("Failed to create CPU partition affinity WI "
+                              "scheduler %d for LST\n", i);
                        goto error;
                }
        }