From b6ff88cc32c7a3d61739c1234b30d456e4623672 Mon Sep 17 00:00:00 2001 From: wangdi Date: Tue, 12 Dec 2006 05:39:32 +0000 Subject: [PATCH] Branch:b_new_cmd clear error msg for cmd3-test18 --- lustre/utils/liblustreapi.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lustre/utils/liblustreapi.c b/lustre/utils/liblustreapi.c index ebe4f67..e1c8ae7 100644 --- a/lustre/utils/liblustreapi.c +++ b/lustre/utils/liblustreapi.c @@ -825,10 +825,8 @@ static int cb_find_init(char *path, DIR *parent, DIR *dir, void *data) * affected by the failed the OST. so it return * 0 to let traverse continue. This should be * removed after cmd3 verfication XXX*/ - fprintf(stderr, "%s: IOC_LOV_GETINFO on %s failed: " - "%s." "obd_uuid: %s failed \n",__FUNCTION__, - path, strerror(errno), param->obduuid->uuid); - return 0; + fprintf(stderr, "obd_uuid: %s failed \n", + param->obduuid->uuid); } else { fprintf(stderr, "%s: IOC_LOV_GETINFO on %s failed: " "%s.\n", __FUNCTION__, path, strerror(errno)); -- 1.8.3.1