Whamcloud - gitweb
LU-8703 libcfs: fix error messages
[fs/lustre-release.git] / libcfs / libcfs / workitem.c
index fd47899..40d5331 100644 (file)
@@ -212,7 +212,7 @@ cfs_wi_scheduler(void *arg)
        /* CPT affinity scheduler? */
        if (sched->ws_cptab != NULL)
                if (cfs_cpt_bind(sched->ws_cptab, sched->ws_cpt) != 0)
-                       CWARN("Failed to bind %s on CPT %d\n",
+                       CWARN("Unable to bind %s on CPU partition %d\n",
                                sched->ws_name, sched->ws_cpt);
 
        spin_lock(&cfs_wi_data.wi_glock);