diff --git a/notify.c b/notify.c index 6f294458..b8480d68 100644 --- a/notify.c +++ b/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 */