From c66496176ed10596308ed2d737193d1da1e50fe8 Mon Sep 17 00:00:00 2001 From: Julien BLACHE Date: Mon, 21 Mar 2011 18:41:38 +0100 Subject: [PATCH] Fix debug message loglevel --- src/raop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raop.c b/src/raop.c index ce3937f6..06e436e3 100644 --- a/src/raop.c +++ b/src/raop.c @@ -2993,7 +2993,7 @@ raop_cb_startup_setup(struct evrtsp_request *req, void *arg) token = strtok_r(token, ";=", &ptr); while (token) { - DPRINTF(E_LOG, L_RAOP, "token: %s\n", token); + DPRINTF(E_DBG, L_RAOP, "token: %s\n", token); if (strcmp(token, "server_port") == 0) {