lower log level

This commit is contained in:
Dan Laine 2020-06-24 10:09:36 -04:00
parent 63ea29064d
commit 5c618d6c1b
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ func (dev *Mapper) keepPortMapping(mappedPort chan<- uint16, protocol string,
dev.log.Error("Renewing port mapping from external port %d to internal port %d failed with %s",
intPort, extPort, err)
} else {
dev.log.Info("Renewed port mapping from external port %d to internal port %d.",
dev.log.Debug("Renewed port mapping from external port %d to internal port %d.",
intPort, extPort)
}