Signed-off-by: Pete Zaitcev <zaitcev@xxxxxxxxxx> diff --git a/server/cldu.c b/server/cldu.c index da08d1b..fc746e4 100644 --- a/server/cldu.c +++ b/server/cldu.c @@ -422,7 +422,7 @@ static int cldu_lock_cb(struct cldc_call_opts *carg, enum cle_err_codes errc) int rc; if (errc != CLE_OK) { - applog(LOG_ERR, "CLD lock(%s) failed: %d", sp->cfname, errc); + applog(LOG_ERR, "CLD lock(%s) failed: %d", sp->ffname, errc); return 0; } -- To unsubscribe from this list: send the line "unsubscribe hail-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html