Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
annikahannig committed Aug 21, 2024
1 parent ed940dc commit 0d4dfdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ async fn main() -> Result<()> {

// Print info
tracing::info!(version = lightwatcher::version(), "starting service");
tracing::info!(LIGHT_WATCHER_LISTEN = config::get_listen_address(), "env");
tracing::info!(LIGHT_WATCHER_BIRDC = config::get_birdc_socket(), "env");
tracing::info!(LIGHTWATCHER_LISTEN = config::get_listen_address(), "env");
tracing::info!(LIGHTWATCHER_BIRDC = config::get_birdc_socket(), "env");

// Start API server
let listen = config::get_listen_address();
Expand Down

0 comments on commit 0d4dfdd

Please sign in to comment.