Change log level of .remote message to ease pairing troubleshooting

This commit is contained in:
ejurgensen 2014-06-02 21:08:24 +02:00
parent 116289f5b7
commit ada7ccca8f

View File

@ -886,7 +886,7 @@ remote_pairing_read_pin(char *path)
return;
}
DPRINTF(E_DBG, L_REMOTE, "Adding Remote pin data: name '%s', pin '%s'\n", devname, pin);
DPRINTF(E_LOG, L_REMOTE, "Read Remote pairing data (name '%s', pin '%s') from %s\n", devname, pin, path);
pthread_mutex_lock(&remote_lck);