From a5056c1d275d463335e06404b5a920afd682c382 Mon Sep 17 00:00:00 2001 From: yury Date: Wed, 29 Dec 2004 18:31:03 +0000 Subject: [PATCH] - small fix in debug.c --- lnet/utils/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnet/utils/debug.c b/lnet/utils/debug.c index c72ac06..3e48e25 100644 --- a/lnet/utils/debug.c +++ b/lnet/utils/debug.c @@ -699,7 +699,7 @@ static struct mod_paths { {"mgmt_cli", "lustre/mgmt"}, {"cobd", "lustre/cobd"}, {"cmobd", "lustre/cmobd"}, - {"conf_obd", "lustre/obdclass"}, + {"confobd", "lustre/obdclass"}, {NULL, NULL} }; -- 1.8.3.1