Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop logging "Error:" in chip-tool-darwin when there is no error. (#1…
…8101) Running something like: chip-tool-darwin operationalcredentials read fabrics NODE_ID 0 ends up logging: [1651763766864] [75364:41306780] CHIP: [TOO] OperationalCredentials Fabrics Error: ../../../examples/chip-tool-darwin/third_party/connectedhomeip/src/darwin/Framework/CHIP/CHIPError.mm:214: Success as an error-level log, which is pretty confusing. This change skips logging the "Error: ..." bits if there is in fact no error.
- Loading branch information