From d9f60978866338f3fc11e5ee4918c8a35ea0cb32 Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Mon, 30 Oct 2017 20:30:39 +0100 Subject: [PATCH] [httpd_dacp] Update to align with master --- src/httpd_dacp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/httpd_dacp.c b/src/httpd_dacp.c index 28a901a8..c5e9052c 100644 --- a/src/httpd_dacp.c +++ b/src/httpd_dacp.c @@ -340,7 +340,7 @@ make_playstatusupdate(struct evbuffer *evbuf) return -1; } - DPRINTF(E_DBG, L_DACP, "Replying to playstatusupdate with status %d and next_rev %d\n", status.status, next_rev); + DPRINTF(E_DBG, L_DACP, "Replying to playstatusupdate with status %d and current_rev %d\n", status.status, current_rev); return 0; }