Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Fix logged attach message. (konveyor#591)
Fix `%s` in logged attach message. Replace _path_ with _name_ which is more relevant. ``` msg=[addon] Addon attached: %s activity=54 path=/buckets/.file/8a4978b1-69b3-48c8-b98b-5cd6093c3d0d ``` Should be: ``` msg=[addon] Addon attached. ID=433 name=analyzer-lsp.output activity=54 ``` Signed-off-by: Jeff Ortel <[email protected]>
- Loading branch information