fix(gva): ip v6 log must be surrounded by []
This commit is contained in:
parent
73673f3c14
commit
3d9e3ffe49
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ impl GvaModule {
|
|||
);
|
||||
if let Some(ip6) = conf.ip6 {
|
||||
log::info!(
|
||||
"GVA server listen on http://{}:{}/{}",
|
||||
"GVA server listen on http://[{}]:{}/{}",
|
||||
ip6,
|
||||
conf.port,
|
||||
&conf.path
|
||||
|
|
Loading…
Add table
Reference in a new issue