mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-24 13:13:17 -05:00
Change log level of .remote message to ease pairing troubleshooting
This commit is contained in:
parent
116289f5b7
commit
ada7ccca8f
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user