Skip to content

Commit

Permalink
fix broken commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Mar 16, 2023
1 parent fcd9561 commit 50b62c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ public void start() {
cta.version(Empty.newBuilder().build(), new StreamObserver<>() {
@Override
public void onNext(Version version) {
LOGGER.info("Connected to CTA version {}", version.getCtaVersion();
LOGGER.info("Connected to CTA version {}", version.getCtaVersion());
}

@Override
Expand Down

0 comments on commit 50b62c4

Please sign in to comment.