Skip to content

Commit

Permalink
Log version at zenohd startup
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Oct 30, 2020
1 parent e088ec9 commit b2a8592
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zenoh-router/src/bin/zenohd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ fn get_plugins_from_args() -> Vec<String> {
fn main() {
task::block_on(async {
env_logger::init();
log::debug!("zenohd {}", GIT_VERSION);

let app = App::new("The zenoh router")
.version(GIT_VERSION)
Expand Down

0 comments on commit b2a8592

Please sign in to comment.