notify: repair debug log: the parameter has been renamed: msg -> body

This commit is contained in:
Daniel Eklöf 2021-01-31 10:26:36 +01:00
parent c4363ef336
commit 48270187ca
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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 were focused */