From: zab Date: Fri, 16 Jan 2004 20:06:08 +0000 (+0000) Subject: - print the uuid string, not the struct that contains it. X-Git-Tag: v1_7_100~2760 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=08cdaffbd4af7e1789cb88c7211887289306034d - print the uuid string, not the struct that contains it. --- diff --git a/lustre/utils/liblustreapi.c b/lustre/utils/liblustreapi.c index cdeeee9..6fcfc4d 100644 --- a/lustre/utils/liblustreapi.c +++ b/lustre/utils/liblustreapi.c @@ -220,7 +220,7 @@ static int get_obd_uuids(DIR *dir, char *dname, struct find_param *param) } } if (param->obdindex == OBD_NOT_FOUND) { - printf("unknown obduuid: %s\n", param->obduuid); + printf("unknown obduuid: %s\n", param->obduuid->uuid); return EINVAL; } } else if (!param->quiet) {