Add info log message for link code retry message

This commit is contained in:
simojenki
2021-08-07 20:20:07 +10:00
parent 20bcf5524f
commit 96d283d35e

View File

@@ -181,6 +181,7 @@ class SonosSoap {
}, },
}; };
} else { } else {
logger.info("Client not linked, awaiting user to associate account with link code by logging in.")
throw { throw {
Fault: { Fault: {
faultcode: "Client.NOT_LINKED_RETRY", faultcode: "Client.NOT_LINKED_RETRY",