Skip to content

Commit 3965601

Browse files
committed
Updated a log level.
1 parent 2b9f112 commit 3965601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/clusters/service-area-server/service-area-server.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ CHIP_ERROR Instance::Init()
8080

8181
CHIP_ERROR Instance::Read(const ConcreteReadAttributePath & aPath, AttributeValueEncoder & aEncoder)
8282
{
83-
ChipLogError(Zcl, "Service Area: Reading");
83+
ChipLogDetail(Zcl, "Service Area: Reading");
8484

8585
switch (aPath.mAttributeId)
8686
{

0 commit comments

Comments
 (0)