Add info message

This commit is contained in:
Joop Schilder 2020-06-21 00:10:32 +02:00
parent 632f81e6ed
commit ccf99e318e
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ class FileServer
$this->initializeQuerySocket($context, $queryDSNs);
$this->initializeRootDirectory($rootDirectory);
$this->initializePoll();
$this->logf('Info: listening...');
}
private function logf(string $format, ...$args): void