Print the display_name, when public_ack requested

This commit is contained in:
Bradley M. Kuhn 2016-12-02 13:53:06 -08:00
parent fb9c43d119
commit 13198815f3

View file

@ -41,6 +41,7 @@ foreach my $id (@supporterIds) {
print " unknown\n";
} elsif ($sp->getPublicAck($id)) {
print " yes\n";
print " Display name for public ack: \"", $sp->getDisplayName($id), "\"\n";
} else {
print " no\n";
}