We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e490a commit 65fe00aCopy full SHA for 65fe00a
src/Flux/flxIoTArduino.cpp
@@ -42,7 +42,7 @@ void flxIoTArduino::connect(void)
42
43
if (deviceID().empty() || deviceSecret().empty())
44
{
45
- flxLog_E(F("%d: Device credentials (ID, Secret) not set - unable to continue"), this->name());
+ flxLog_E(F("%s: Device credentials (ID, Secret) not set - unable to continue"), this->name());
46
return;
47
}
48
0 commit comments