Small typo fix in a log message (#3290)
<!-- PR description--> --- #### Does this PR need a docs update or release note? - [ ] ✅ Yes, it's included - [ ] 🕐 Yes, but in a later PR - [x] ⛔ No #### Type of change <!--- Please check the type of change your PR introduces: ---> - [ ] 🌻 Feature - [x] 🐛 Bugfix - [ ] 🗺️ Documentation - [ ] 🤖 Supportability/Tests - [ ] 💻 CI/Deployment - [ ] 🧹 Tech Debt/Cleanup #### Issue(s) <!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. --> * #<issue> #### Test Plan <!-- How will this be tested prior to merging.--> - [x] 💪 Manual - [ ] ⚡ Unit test - [ ] 💚 E2E
This commit is contained in:
parent
0a3206f126
commit
d478725a04
@ -256,7 +256,7 @@ func filterUserPermissions(ctx context.Context, perms []models.Permissionable) [
|
||||
logm.With("application_id", ptr.Val(gv2.GetApplication().GetId()))
|
||||
}
|
||||
if gv2.GetDevice() != nil {
|
||||
logm.With("application_id", ptr.Val(gv2.GetDevice().GetId()))
|
||||
logm.With("device_id", ptr.Val(gv2.GetDevice().GetId()))
|
||||
}
|
||||
logm.Info("untracked permission")
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user