[remote] Increase pairing success log level

This commit is contained in:
ejurgensen 2016-07-10 20:38:03 +02:00
parent a99d1b2038
commit d3078c6534

View File

@ -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)