Skip to content

Commit

Permalink
Update server/backend/migration/20231003000000.go
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Elsinga <[email protected]>
  • Loading branch information
tobiasjungmann and CommanderStorm authored Oct 5, 2023
1 parent 4571d12 commit c961c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/backend/migration/20231003000000.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func setTagTable(path string, db *gorm.DB, tagType backend.ModelType) {
if err != nil {
log.WithError(createError).WithFields(fields).Error("Unable to create new can be excluded tag")
} else {
log.WithFields(fields).Info("New Entry successfully created")
log.WithFields(fields).Debug("New Tag successfully created")
}
}
}
Expand Down

0 comments on commit c961c7a

Please sign in to comment.