Skip to content

Commit

Permalink
fix stream name
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-adaptive committed May 31, 2024
1 parent 3eacd1a commit 231fd88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ private AdminReplyPublication newAdminReplyPublication(
final ExclusivePublication adminDataPublication = aeron.addExclusivePublication(
configuration.libraryAeronChannel(), configuration.inboundAdminStream());
StreamInformation.print(
"adminEngineSubscription", adminDataPublication, configuration.printAeronStreamIdentifiers());
"adminEnginePublication", adminDataPublication, configuration.printAeronStreamIdentifiers());
return new AdminReplyPublication(
adminDataPublication,
fixCounters.failedAdminReplyPublications(),
Expand Down

0 comments on commit 231fd88

Please sign in to comment.