We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a041a commit 6c09605Copy full SHA for 6c09605
lib/Service/NoteUtil.php
@@ -189,7 +189,7 @@ public function getNotesFolderUserPath(string $userId): ?string {
189
try {
190
$nodesFolder = $this->getOrCreateNotesFolder($userId, false);
191
} catch (NotesFolderException $e) {
192
- $this->util->logger->error("Failed to get notes folder for user $userId: " . $e->getMessage());
+ $this->util->logger->warning("Failed to get notes folder for user $userId: " . $e->getMessage());
193
return null;
194
}
195
return $userFolder->getRelativePath($nodesFolder->getPath());
0 commit comments