Skip to content

Commit d4e04f7

Browse files
committed
fix typo, add log
1 parent 59cb642 commit d4e04f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ThingerMbed.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#include <WiFi.h>
3838
#endif
3939

40-
// load SSL non-SSL client implamentations
40+
// load SSL non-SSL client implementations
4141
#ifdef _DISABLE_TLS_
4242
#include <WiFiClient.h>
4343
typedef WiFiClient MBEDClient;
@@ -76,6 +76,7 @@ class ThingerMbed : public ThingerWifiClient<MBEDClient>{
7676

7777
bool stop(){
7878
if(running_){
79+
THINGER_DEBUG("MBED_OS", "Stopping Thinger.io task...")
7980
running_ = false;
8081
thread_.join();
8182
}

0 commit comments

Comments
 (0)