diff --git a/apps/files/src/services/DropService.ts b/apps/files/src/services/DropService.ts index 1fec09ae4158d..c1d8e6af9af98 100644 --- a/apps/files/src/services/DropService.ts +++ b/apps/files/src/services/DropService.ts @@ -131,7 +131,7 @@ export async function onDropExternalFiles(root: RootDirectory, destination: Fold await uploadDirectoryContents(file, relativePath) } catch (error) { showError(t('files', 'Unable to create the directory {directory}', { directory: file.name })) - logger.error('', { error, absolutePath, directory: file }) + logger.error('Unable to create the directory', { error, relativePath, directory: file }) } continue }