Skip to content

Commit

Permalink
Merge branch 'master' into check-doc-null
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-meyer committed Jun 22, 2023
2 parents 5013138 + cdc55ff commit 4a36472
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ protected function loadDocument($requestData, int $pid)
}
}
} else {
$this->logger->error('Invalid UID "' . $requestData['id'] . '" or PID "' . $pid . '" for document loading');
$this->logger->error('Empty UID or invalid PID "' . $pid . '" for document loading');
}
}
}

0 comments on commit 4a36472

Please sign in to comment.