mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-14 08:15:02 -05:00
[remote] Increase pairing success log level
This commit is contained in:
parent
a99d1b2038
commit
d3078c6534
@ -492,7 +492,7 @@ pairing_request_cb(struct evhttp_request *req, void *arg)
|
||||
|
||||
ri->pi.guid = strdup(guid);
|
||||
|
||||
DPRINTF(E_INFO, L_REMOTE, "Pairing succeeded with Remote '%s' (id %s), GUID: %s\n", ri->pi.name, ri->pi.remote_id, guid);
|
||||
DPRINTF(E_LOG, L_REMOTE, "Pairing succeeded with Remote '%s' (id %s), GUID: %s\n", ri->pi.name, ri->pi.remote_id, guid);
|
||||
|
||||
ret = db_pairing_add(&ri->pi);
|
||||
if (ret < 0)
|
||||
|
Loading…
Reference in New Issue
Block a user