Browse Source

Adding path to log message

tags/v8.2beta1
Thomas Müller 9 years ago
parent
commit
6f6a5f6c29
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/private/lock/dblockingprovider.php

+ 1
- 1
lib/private/lock/dblockingprovider.php View File

*/ */
public function acquireLock($path, $type) { public function acquireLock($path, $type) {
if ($this->connection->inTransaction()){ 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(); $this->connection->beginTransaction();

Loading…
Cancel
Save