UPnP: restore 'attempting to portforward' log message

sometimes this takes a long time (usually in the failure case).
This commit is contained in:
Dylan K. Taylor 2021-03-17 01:06:05 +00:00
parent b3c6c11b20
commit fe3b493cdb
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -209,6 +209,7 @@ class UPnP implements NetworkInterface{
} }
public function start() : void{ public function start() : void{
$this->logger->info("Attempting to portforward...");
$this->serviceURL = self::getServiceUrl(); $this->serviceURL = self::getServiceUrl();
$body = $body =