Skip to content

Commit d39c872

Browse files
committed
Use CHIP_ERROR_FORMAT
1 parent bfa5600 commit d39c872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/Tizen/DnssdImpl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ void OnResolve(dnssd_error_e result, dnssd_service_h service, void * userData)
348348
rCtx->Finalize(CHIP_NO_ERROR);
349349
rCtx->mInstance->RemoveContext(rCtx);
350350
});
351-
VerifyOrExit(err == CHIP_NO_ERROR, ChipLogError(DeviceLayer, "Failed to schedule resolve task: %s", err.AsString()));
351+
VerifyOrExit(err == CHIP_NO_ERROR, ChipLogError(DeviceLayer, "Failed to schedule resolve task: %" CHIP_ERROR_FORMAT, err.Format()));
352352

353353
return;
354354

0 commit comments

Comments
 (0)