Whamcloud - gitweb
- print the uuid string, not the struct that contains it.
authorzab <zab>
Fri, 16 Jan 2004 20:06:08 +0000 (20:06 +0000)
committerzab <zab>
Fri, 16 Jan 2004 20:06:08 +0000 (20:06 +0000)
lustre/utils/liblustreapi.c

index cdeeee9..6fcfc4d 100644 (file)
@@ -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) {