Skip to content
Snippets Groups Projects
Commit 3d9e3ffe authored by Éloïs's avatar Éloïs
Browse files

fix(gva): ip v6 log must be surrounded by []

parent 73673f3c
No related branches found
No related tags found
No related merge requests found
...@@ -318,7 +318,7 @@ impl GvaModule { ...@@ -318,7 +318,7 @@ impl GvaModule {
); );
if let Some(ip6) = conf.ip6 { if let Some(ip6) = conf.ip6 {
log::info!( log::info!(
"GVA server listen on http://{}:{}/{}", "GVA server listen on http://[{}]:{}/{}",
ip6, ip6,
conf.port, conf.port,
&conf.path &conf.path
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment