Adding path to log message

This commit is contained in:
Thomas Müller 2015-08-25 14:31:21 +02:00
parent d979e54030
commit 6f6a5f6c29
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class DBLockingProvider extends AbstractLockingProvider {
*/
public function acquireLock($path, $type) {
if ($this->connection->inTransaction()){
$this->logger->warning('Trying to acquire a lock while inside a transition');
$this->logger->warning("Trying to acquire a lock for '$path' while inside a transition");
}
$this->connection->beginTransaction();