mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-31 07:11:09 -04: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
|
void
|
||||||
notify_notify(const struct terminal *term, const char *title, const char *body)
|
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) {
|
if (term->kbd_focus) {
|
||||||
/* No notifications while we’re focused */
|
/* No notifications while we’re focused */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue