Skip to content

Commit caea111

Browse files
fix: Change from info to debug
Co-authored-by: Josh <[email protected]> Signed-off-by: Enjeck <[email protected]>
1 parent 186fc96 commit caea111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Service/NoteUtil.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public function getNotesFolderUserPath(string $userId): ?string {
189189
try {
190190
$nodesFolder = $this->getOrCreateNotesFolder($userId, false);
191191
} catch (NotesFolderException $e) {
192-
$this->util->logger->info("Failed to get notes folder for user $userId: " . $e->getMessage());
192+
$this->util->logger->debug("Failed to get notes folder for user $userId: " . $e->getMessage());
193193
return null;
194194
}
195195
return $userFolder->getRelativePath($nodesFolder->getPath());

0 commit comments

Comments
 (0)