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

This commit is contained in:
librelois 2021-05-30 00:21:39 +02:00
parent 73673f3c14
commit 3d9e3ffe49

View file

@ -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