mirror of
https://gitee.com/openharmony/communication_dsoftbus
synced 2024-11-23 16:59:54 +00:00
delete redundant log of common
Signed-off-by: guowen666 <guowen31@huawei.com>
This commit is contained in:
parent
2827c7aa0c
commit
e925083217
@ -54,7 +54,6 @@ int32_t SoftBusMutexInit(SoftBusMutex *mutex, SoftBusMutexAttr *mutexAttr)
|
||||
return SOFTBUS_INVALID_PARAM;
|
||||
}
|
||||
if ((void *)*mutex != NULL) {
|
||||
HILOG_WARN(SOFTBUS_HILOG_ID, "mutex is already init");
|
||||
(void)pthread_mutex_unlock(&g_adapterStaticLock);
|
||||
return SOFTBUS_OK;
|
||||
}
|
||||
|
@ -203,7 +203,6 @@ void SoftBusServerStub::InitMemberPermissionMap()
|
||||
int32_t SoftBusServerStub::OnRemoteRequest(uint32_t code,
|
||||
MessageParcel &data, MessageParcel &reply, MessageOption &option)
|
||||
{
|
||||
COMM_LOGI(COMM_SVC, "SoftBusServerStub::OnReceived, code = %u", code);
|
||||
SoftbusRecordCalledApiCnt(code);
|
||||
if (data.ReadInterfaceToken() != GetDescriptor()) {
|
||||
COMM_LOGE(COMM_SVC, "SOFTBUS_SERVER_NOT_INIT ReadInterfaceToken failed!");
|
||||
|
Loading…
Reference in New Issue
Block a user