Skip to content

Commit

Permalink
clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
john-deng committed Aug 11, 2024
1 parent b88cfb1 commit b699bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/factory/instantiate/scoped.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func (f *ScopedInstanceFactory[T]) GetInstanceContainer(params ...interface{}) (
conditionalKey = f.parseConditionalField(param, conditionalKey)
}
err = instanceContainer.Set(param)
log.Debugf("set instance for %v, error code: %v", conditionalKey, err)
log.Debugf("set instance %v, error code: %v", conditionalKey, err)
}
}
// check if instanceContainer already exists
Expand Down

0 comments on commit b699bfa

Please sign in to comment.