From 2279c305108a2cc3e6a119eba4d420e62cd6c047 Mon Sep 17 00:00:00 2001 From: Gregg Date: Wed, 19 Jun 2024 13:02:11 -0500 Subject: [PATCH] Update HAP.cpp --- src/HAP.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/HAP.cpp b/src/HAP.cpp index fe6c82e..102e382 100644 --- a/src/HAP.cpp +++ b/src/HAP.cpp @@ -695,9 +695,9 @@ int HAPClient::postPairVerifyURL(uint8_t *content, size_t len){ Controller *tPair; // temporary pointer to Controller if(!(tPair=findController(*itIdentifier))){ - LOG0("\n*** ERROR: Unrecognized Controller ID: "); - charPrintRow(*itIdentifier,hap_controller_IDBYTES,2); - LOG0("\n\n"); + LOG1("\n*** WARNING: Unrecognized Controller ID: "); + charPrintRow(*itIdentifier,hap_controller_IDBYTES,1); + LOG1("\n\n"); responseTLV.add(kTLVType_State,pairState_M4); // set State= responseTLV.add(kTLVType_Error,tagError_Authentication); // set Error=Authentication tlvRespond(responseTLV); // send response to client