Make the dm_bulkall test output match that of the dm_bulkattr test

Change output to match test_bulkattr.c
This commit is contained in:
Dean Roehrich
2004-05-31 18:19:44 +00:00
parent 6139c54b00
commit bb7edbf51d
+4 -3
View File
@@ -202,9 +202,10 @@ my_print_victim(
*/
if (verbose & V_PRINT) {
if (attrlen) {
printf("%d (%s)\n",
attrlen,
isalpha(attrval[0]) ? attrval : "");
if (isalpha(attrval[0]) )
printf("(%s)\n", attrval);
else
printf("<len=%d>\n", attrlen);
}
else {
printf("<none>\n");