Skip to content

Commit

Permalink
Merge pull request #3261 from moan0s/woip-warning
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Nov 2, 2023
2 parents 33ce2dd + a8b5cf9 commit 87e8783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Middleware/WOPIMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public function isWOPIAllowed(): bool {
return true;
}

$this->logger->info('WOPI request denied from ' . $userIp . ' as it does not match the configured ranges: ' . implode(', ', $allowedRanges));
$this->logger->warning('WOPI request denied from ' . $userIp . ' as it does not match the configured ranges: ' . implode(', ', $allowedRanges));
return false;
}
}

0 comments on commit 87e8783

Please sign in to comment.