Skip to content

Commit b891482

Browse files
Apply suggestions from code review
Co-authored-by: Julius Knorr <[email protected]> Signed-off-by: Benjamin Früh <[email protected]>
1 parent a7d7a9d commit b891482

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Service/LockService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ public function getRemoteLockFromDav(int $nodeId): ?FileLock {
440440

441441
return $fileLock;
442442
} catch (\Exception $e) {
443-
$this->logger->debug('Failed to get remote lock from DAV: ' . $e->getMessage());
443+
$this->logger->error('Failed to get remote lock from DAV: ' . $e->getMessage(), ['exception' => $e]);
444444
return null;
445445
}
446446
}

0 commit comments

Comments
 (0)