Skip to content

Commit 99939e5

Browse files
committed
Fixup client logs.
1 parent ef4172c commit 99939e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/NimBLEClient.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -744,15 +744,15 @@ int NimBLEClient::serviceDiscoveredCB(
744744
if(error->status == BLE_HS_EDONE) {
745745
pTaskData->rc = 0;
746746
} else {
747-
NIMBLE_LOGE(LOG_TAG, "characteristicDiscCB() rc=%d %s",
747+
NIMBLE_LOGE(LOG_TAG, "serviceDiscoveredCB() rc=%d %s",
748748
error->status,
749749
NimBLEUtils::returnCodeToString(error->status));
750750
pTaskData->rc = error->status;
751751
}
752752

753753
xTaskNotifyGive(pTaskData->task);
754754

755-
NIMBLE_LOGD(LOG_TAG,"<< << Service Discovered");
755+
NIMBLE_LOGD(LOG_TAG,"<< Service Discovered");
756756
return error->status;
757757
}
758758

@@ -777,7 +777,7 @@ std::string NimBLEClient::getValue(const NimBLEUUID &serviceUUID, const NimBLEUU
777777
}
778778
}
779779

780-
NIMBLE_LOGD(LOG_TAG, "<<getValue");
780+
NIMBLE_LOGD(LOG_TAG, "<< getValue");
781781
return ret;
782782
} // getValue
783783

0 commit comments

Comments
 (0)