Skip to content

Commit

Permalink
Update drsm/api.go
Browse files Browse the repository at this point in the history
Co-authored-by: gab-arrobo <[email protected]>
  • Loading branch information
thakurajayL and gab-arrobo authored Jan 14, 2025
1 parent 2ea5f1a commit b83a3ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drsm/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,8 @@ func (d *Drsm) ReleaseInt32ID(id int32) error {
return nil
}
}
err := fmt.Errorf("unknown Id")
logger.DrsmLog.Errorf("failed to release id - %v", id)
return err
return fmt.Errorf("unknown Id")
}

func (d *Drsm) FindOwnerInt32ID(id int32) (*PodId, error) {
Expand Down

0 comments on commit b83a3ab

Please sign in to comment.