Skip to content

Commit

Permalink
fix: emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau authored and ctron committed Sep 19, 2024
1 parent 18213c8 commit 3abc9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serve/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ fn show_listening(cfg: &RtcServe, addr: &[SocketAddr], aliases: &[String], base:
);
}
for alias in aliases {
tracing::info!(" {alias}");
tracing::info!(" {LOCAL}{alias}");
}
}

Expand Down

0 comments on commit 3abc9ec

Please # to comment.