Skip to content

Commit

Permalink
[mapper] readd log message
Browse files Browse the repository at this point in the history
  • Loading branch information
MalinAhlberg committed Dec 17, 2024
1 parent 3353a1f commit e263eb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sda/cmd/mapper/mapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ func main() {
}

for _, aID := range mappings.AccessionIDs {
log.Debugf("Mapped file to dataset (corr-id: %s, datasetid: %s, accessionid: %s)", delivered.CorrelationId, mappings.DatasetID, aID)
fileInfo, err := db.GetFileInfoFromAccessionID(aID)
if err != nil {
log.Errorf("failed to get file info for file with stable ID: %s", aID)
Expand Down

0 comments on commit e263eb3

Please sign in to comment.