update interfaces/ipc/src/distributed_input_sink_stub.cpp.

Signed-off-by: ry521 <renyi50@huawei.com>
This commit is contained in:
ry521
2023-09-27 12:31:06 +00:00
committed by Gitee
parent cbacb589f7
commit b8aaadf606
@@ -87,7 +87,7 @@ int32_t DistributedInputSinkStub::InitInner(MessageParcel &data, MessageParcel &
DHLOGE("DistributedInputSinkStub write ret failed, ret = %d", ret);
return ERR_DH_INPUT_IPC_WRITE_TOKEN_VALID_FAIL;
}
DHLOGE("Enable Permission vailable");
DHLOGI("Enable Permission vailable");
return ret;
}
@@ -102,7 +102,7 @@ int32_t DistributedInputSinkStub::ReleaseInner(MessageParcel &data, MessageParce
DHLOGE("DistributedInputSinkStub write ret failed, ret = %d", ret);
return ERR_DH_INPUT_IPC_WRITE_TOKEN_VALID_FAIL;
}
DHLOGE("Enable Permission vailable");
DHLOGI("Enable Permission vailable");
return ret;
}