Skip to content

Commit

Permalink
fixed log message
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Mar 1, 2024
1 parent b19d47f commit 7351e26
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions xnat_ingest/cli/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,10 @@ def iter_staged_sessions():
else:
ScanClass = xnat_repo.connection.classes.MrScanData
logger.info(
"Can't determine modality of %s scan, defaulting to same "
"that matching session %s, %s",
scan,
"Can't determine modality of %s-%s scan, defaulting to the "
"default for %s sessions, %s",
scan_id,
scan_type,
SessionClass,
ScanClass,
)
Expand Down

0 comments on commit 7351e26

Please sign in to comment.