mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
notify: repair debug log: the parameter has been renamed: msg -> body
This commit is contained in:
parent
c4363ef336
commit
48270187ca
1 changed files with 1 additions and 1 deletions
2
notify.c
2
notify.c
|
|
@ -17,7 +17,7 @@
|
|||
void
|
||||
notify_notify(const struct terminal *term, const char *title, const char *body)
|
||||
{
|
||||
LOG_DBG("notify: title=\"%s\", msg=\"%s\"", title, msg);
|
||||
LOG_DBG("notify: title=\"%s\", msg=\"%s\"", title, body);
|
||||
|
||||
if (term->kbd_focus) {
|
||||
/* No notifications while we’re focused */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue