Skip to content

Commit

Permalink
Print cli args error for standalone (#4308)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat authored and jerrypeng committed May 20, 2019
1 parent 84d02ac commit 25bcf4d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public PulsarStandaloneStarter(String[] args) throws Exception {
}
} catch (Exception e) {
jcommander.usage();
log.error(e.getMessage());
return;
}

Expand Down

0 comments on commit 25bcf4d

Please sign in to comment.