X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fobdclass%2Fllog_test.c;h=eaa63cc207f320c5acc64b9daf7be943ed05682b;hp=14ae2a21b17e9a72d28adc1012d6315debaf84c5;hb=refs%2Fchanges%2F23%2F13323%2F4;hpb=34bdd30ec6a2010dfd98c5110487df210d03815d diff --git a/lustre/obdclass/llog_test.c b/lustre/obdclass/llog_test.c index 14ae2a2..eaa63cc 100644 --- a/lustre/obdclass/llog_test.c +++ b/lustre/obdclass/llog_test.c @@ -518,7 +518,7 @@ static int llog_test_5(const struct lu_env *env, struct obd_device *obd) cancel_count = 0; rc = llog_cat_process(env, llh, llog_cancel_rec_cb, "foobar", 0, 0); if (rc != -LLOG_EEMPTY) { - CERROR("5c: process with cat_cancel_cb failed: %d\n", rc); + CERROR("5c: process with llog_cancel_rec_cb failed: %d\n", rc); GOTO(out, rc); } @@ -970,7 +970,7 @@ static int llog_test_8(const struct lu_env *env, struct obd_device *obd) plain_counter = 0; rc = llog_cat_process(env, llh, test_8_cb, "foobar", 0, 0); if (rc != 0) { - CERROR("5a: process with cat_cancel_cb failed: %d\n", rc); + CERROR("5a: process with test_8_cb failed: %d\n", rc); GOTO(out, rc); } orig_counter = plain_counter; @@ -1047,7 +1047,7 @@ static int llog_test_8(const struct lu_env *env, struct obd_device *obd) plain_counter = 0; rc = llog_cat_process(env, llh, test_8_cb, "foobar", 0, 0); if (rc != 0) { - CERROR("8d: process with cat_cancel_cb failed: %d\n", rc); + CERROR("8d: process with test_8_cb failed: %d\n", rc); GOTO(out, rc); }