Skip to content

Commit db495c0

Browse files
martin-gpyigaw
authored andcommitted
netapp-ontapdev: update basestr headers in verbose output
Update the basestr headers to be more descriptive in the verbose output. Signed-off-by: Martin George <[email protected]>
1 parent 4851c9b commit db495c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/netapp/netapp-nvme.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,8 @@ static void netapp_ontapdevices_print_verbose(struct ontapdevice_info *devices,
522522

523523
char *formatstr = NULL;
524524
char basestr[] =
525-
"%s, Vserver %s, Path %s, NSID %d, UUID %s, %s, %s, %s, %s\n";
525+
"%s, Vserver %s, Path %s, NSID %d, UUID %s, Size %s, "
526+
"Used %s, Format %s, Version %s\n";
526527
char columnstr[] = "%-16s %-25s %-50s %-4d %-38s %-9s %-9s %-9s %-9s\n";
527528

528529
if (format == NNORMAL)

0 commit comments

Comments
 (0)