Minor log message change

This commit is contained in:
ejurgensen 2014-01-09 23:01:21 +01:00
parent b4e1e380e6
commit 47c61454b6

View File

@ -748,7 +748,7 @@ touch_remote_cb(const char *name, const char *type, const char *domain, const ch
return; return;
} }
DPRINTF(E_LOG, L_REMOTE, "Discovered remote %s (id %s) at %s:%d, paircode %s\n", devname, name, address, port, paircode); DPRINTF(E_LOG, L_REMOTE, "Discovered remote '%s' (id %s) at %s:%d, paircode %s\n", devname, name, address, port, paircode);
/* Add the data to the list, adding the remote to the list if needed */ /* Add the data to the list, adding the remote to the list if needed */
pthread_mutex_lock(&remote_lck); pthread_mutex_lock(&remote_lck);