Skip to content

Commit 3fdf056

Browse files
author
Andrei Neagu
committed
rephrase message
1 parent f49232a commit 3fdf056

File tree

1 file changed

+1
-1
lines changed
  • services/storage/src/simcore_service_storage/api/_worker_tasks

1 file changed

+1
-1
lines changed

services/storage/src/simcore_service_storage/api/_worker_tasks/_data_export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ async def data_export(
2020
user_id: UserID,
2121
paths_to_export: list[StorageFileID],
2222
) -> StorageFileID:
23-
_logger.info("Exporting for user '%s' files: %s", user_id, paths_to_export)
23+
_logger.info("Exporting (for user='%s') selection: %s", user_id, paths_to_export)
2424

2525
dsm = cast(
2626
SimcoreS3DataManager,

0 commit comments

Comments
 (0)