Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Dec 28, 2013
1 parent 494b9e4 commit 179f8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/DataAccess/ArchiveWriter.php
Expand Up @@ -152,7 +152,7 @@ protected function acquireArchiveTableLock()
{
$dbLockName = $this->getArchiveLockName();
if (Db::getDbLock($dbLockName, $maxRetries = 30) === false) {
throw new Exception("allocateNewArchiveId: Cannot get named lock for table $numericTable.");
throw new Exception("allocateNewArchiveId: Cannot get named lock $dbLockName.");
}
}

Expand Down

0 comments on commit 179f8a5

Please sign in to comment.