Skip to content
Snippets Groups Projects
Commit 08cdaffb authored by Zach Brown's avatar Zach Brown
Browse files

- print the uuid string, not the struct that contains it.

parent 959bd65a
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment