From 96d283d35e5b432ed85d0950e8ea46224d683c6c Mon Sep 17 00:00:00 2001 From: simojenki Date: Sat, 7 Aug 2021 20:20:07 +1000 Subject: [PATCH] Add info log message for link code retry message --- src/smapi.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/smapi.ts b/src/smapi.ts index d7d2432..bddad26 100644 --- a/src/smapi.ts +++ b/src/smapi.ts @@ -181,6 +181,7 @@ class SonosSoap { }, }; } else { + logger.info("Client not linked, awaiting user to associate account with link code by logging in.") throw { Fault: { faultcode: "Client.NOT_LINKED_RETRY",