From 08cdaffbd4af7e1789cb88c7211887289306034d Mon Sep 17 00:00:00 2001
From: zab <zab>
Date: Fri, 16 Jan 2004 20:06:08 +0000
Subject: [PATCH] - print the uuid string, not the struct that contains it.

---
 lustre/utils/liblustreapi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lustre/utils/liblustreapi.c b/lustre/utils/liblustreapi.c
index cdeeee9d39..6fcfc4d9b2 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) {
-- 
GitLab