Skip to content

Commit

Permalink
src/pmdas/mmv/mmvdump.c: cosmetic fixup after last round of changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcdonell committed Feb 11, 2025
1 parent 99429f2 commit e73bd9c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pmdas/mmv/mmvdump.c
Original file line number Diff line number Diff line change
Expand Up @@ -491,9 +491,6 @@ dump_values2(void *addr, size_t size, int idx, long base, __uint64_t offset, __i
return 1;
}
string = (mmv_disk_string_t *)((char *)addr + name);
//pmstrncpy(buf, sizeof(buf), string->payload);
//buf[sizeof(buf)-1] = '\0';
//printf("[%d or \"%s\"]", instance->internal, buf);
printf("[%d or \"%s\"]", instance->internal, string->payload);
}
dump_value(addr, size, vals, i, idx, metric->type);
Expand Down

0 comments on commit e73bd9c

Please sign in to comment.