Skip to content

Commit

Permalink
[pulsar-cli] Fix properties name (apache#7249)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdhabalia authored Oct 29, 2020
1 parent 06c9f57 commit d16b7f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ void run() throws PulsarAdminException {
System.out.println("Message ID: " + msgId.getLedgerId() + ":" + msgId.getEntryId());
}
if (msg.getProperties().size() > 0) {
System.out.println("Tenants:");
System.out.println("Properties:");
print(msg.getProperties());
}
ByteBuf data = Unpooled.wrappedBuffer(msg.getData());
Expand Down

0 comments on commit d16b7f5

Please sign in to comment.