Skip to content

Commit c6e2b5e

Browse files
martin-gpyigaw
authored andcommitted
netapp-ontapdev: correct the basestr header
Yet another correction to the basestr headers. Signed-off-by: Martin George <[email protected]>
1 parent 1571543 commit c6e2b5e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/netapp/netapp-nvme.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,8 +523,8 @@ static void netapp_ontapdevices_print_verbose(struct ontapdevice_info *devices,
523523

524524
char *formatstr = NULL;
525525
char basestr[] =
526-
"%s, Vserver %s, Path %s, NSID %d, UUID %s, Size %s, "
527-
"Used %s, Format %s, Version %s\n";
526+
"%s, Vserver %s, Namespace Path %s, NSID %d, UUID %s, "
527+
"Size %s, Used %s, Format %s, Version %s\n";
528528
char columnstr[] = "%-16s %-25s %-50s %-4d %-38s %-9s %-9s %-9s %-9s\n";
529529

530530
if (format == NNORMAL)

0 commit comments

Comments
 (0)