mirror of
https://github.com/nextcloud/server.git
synced 2026-03-27 04:43:20 -04:00
Fix typo in error message
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
00e62171d2
commit
5a064ec28b
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ class KeyManager {
|
|||
$this->log->error('A private master key is available but the public key could not be found. This should never happen.');
|
||||
return;
|
||||
} elseif (empty($privateMasterKey)) {
|
||||
$this->log->error('A private master key is available but the public key could not be found. This should never happen.');
|
||||
$this->log->error('A public master key is available but the private key could not be found. This should never happen.');
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue