mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-25 20:16:14 -05:00
Adjust log messages
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user