Skip to content

Commit 2c42e16

Browse files
Update examples/fabric-admin/rpc/RpcClient.cpp
Co-authored-by: Andrei Litvin <andy314@gmail.com>
1 parent 079e782 commit 2c42e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fabric-admin/rpc/RpcClient.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ void OnRemoveDeviceResponseCompleted(const pw_protobuf_Empty & response, pw::Sta
6565
}
6666
else
6767
{
68-
ChipLogProgress(NotSpecified, "RemoveSynchronizedDevice RPC call failed with status: %d\n", status.code());
68+
ChipLogProgress(NotSpecified, "RemoveSynchronizedDevice RPC call failed with status: %d", status.code());
6969
}
7070
}
7171

0 commit comments

Comments
 (0)