[pairing] Make log message more helpful

This commit is contained in:
ejurgensen 2017-06-30 19:35:33 +02:00
parent 467b652da0
commit 2068794b7f
1 changed files with 1 additions and 1 deletions

View File

@ -721,7 +721,7 @@ remote_pairing_kickoff(char **arglist)
ret = strlen(arglist[0]);
if (ret != 4)
{
DPRINTF(E_LOG, L_REMOTE, "Kickoff pairing failed, unexpected pin length (got %d, expected 4)\n", ret);
DPRINTF(E_LOG, L_REMOTE, "Kickoff pairing failed, first line did not contain a 4-digit pin (got %d)\n", ret);
return;
}