mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-24 06:24:41 +00:00
UPnP: restore 'attempting to portforward' log message
sometimes this takes a long time (usually in the failure case).
This commit is contained in:
parent
b3c6c11b20
commit
fe3b493cdb
@ -209,6 +209,7 @@ class UPnP implements NetworkInterface{
|
||||
}
|
||||
|
||||
public function start() : void{
|
||||
$this->logger->info("Attempting to portforward...");
|
||||
$this->serviceURL = self::getServiceUrl();
|
||||
|
||||
$body =
|
||||
|
Loading…
x
Reference in New Issue
Block a user