]> source.dussan.org Git - nextcloud-server.git/commit
add proper paths to locking exceptions 21636/head
authorRobin Appelman <robin@icewind.nl>
Tue, 30 Jun 2020 16:10:42 +0000 (18:10 +0200)
committerRobin Appelman <robin@icewind.nl>
Tue, 30 Jun 2020 16:10:42 +0000 (18:10 +0200)
commitda2d4250446b6e2f921bd3de0420738881792bd3
tree876c3a427de61033593de9e93a606654172fae79
parent26aa83890667202154ef086e27e769919fb56a47
add proper paths to locking exceptions

while some code paths do wrap the "raw" locking exception into one with a proper path, not all of them do
by adding the proper path to the original exception we ensure that we always have the usefull information in out logs

Signed-off-by: Robin Appelman <robin@icewind.nl>
lib/private/Files/Storage/Common.php
lib/private/Lock/DBLockingProvider.php
lib/private/Lock/MemcacheLockingProvider.php
lib/private/Lock/NoopLockingProvider.php
lib/public/Lock/ILockingProvider.php
lib/public/Lock/LockedException.php