Skip to content

Commit fa123f9

Browse files
authored
Update BleSensors.cpp
1 parent a9f1702 commit fa123f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BleSensors/BleSensors.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ namespace BleSensorsCallbacks
144144
// Abort scanning if requested by callback
145145
if (m_stopScanCb && m_stopScanCb())
146146
{
147-
log_i("Scan aborted.");
147+
cb_log_i("Scan aborted.");
148148
m_pBLEScan->stop();
149149
}
150150

0 commit comments

Comments
 (0)