Skip to content

Commit

Permalink
Fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Aug 23, 2022
1 parent 134af01 commit e84d660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbs/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ func alreadyQueued(input string) error {
return err
}
if mid != 0 {
msg := fmt.Sprintf("migration request %s is already in queue with id=%d", input, mid)
msg := fmt.Sprintf("migration request %s is already exist in DB with id=%d", input, mid)
return errors.New(msg)
}
return nil
Expand Down

0 comments on commit e84d660

Please sign in to comment.