Skip to content

Commit 3abc9ec

Browse files
simbleauctron
authored andcommitted
fix: emoji
1 parent 18213c8 commit 3abc9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/serve/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fn show_listening(cfg: &RtcServe, addr: &[SocketAddr], aliases: &[String], base:
205205
);
206206
}
207207
for alias in aliases {
208-
tracing::info!(" {alias}");
208+
tracing::info!(" {LOCAL}{alias}");
209209
}
210210
}
211211

0 commit comments

Comments
 (0)