Adjust log messages

This commit is contained in:
ejurgensen
2015-04-22 21:54:31 +02:00
parent 76fc9d8936
commit 2c5ab966e5
2 changed files with 2 additions and 2 deletions

View File

@@ -686,7 +686,7 @@ get_query_params(struct evkeyvalq *query, int *sort_headers, struct query_params
qp->filter = daap_query_parse_sql(param);
if (!qp->filter)
DPRINTF(E_LOG, L_DAAP, "Ignoring improper DAAP query\n");
DPRINTF(E_LOG, L_DAAP, "Ignoring improper DAAP query: %s\n", param);
}
}