mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-11-25 12:49:51 +01:00
chore: fix function name in comment
Signed-off-by: wanshuangcheng <wanshuangcheng@outlook.com>
This commit is contained in:
parent
130039f5c8
commit
e24441422e
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ func logvrm(v *visitor, r *http.Request, m *message) *log.Event {
|
||||||
return logvr(v, r).With(m)
|
return logvr(v, r).With(m)
|
||||||
}
|
}
|
||||||
|
|
||||||
// logvrm creates a new log event with visitor fields and message fields
|
// logvm creates a new log event with visitor fields and message fields
|
||||||
func logvm(v *visitor, m *message) *log.Event {
|
func logvm(v *visitor, m *message) *log.Event {
|
||||||
return logv(v).With(m)
|
return logv(v).With(m)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue