Skip to content

Commit 65fe00a

Browse files
committed
fix format type in log statement d to s
1 parent 50e490a commit 65fe00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Flux/flxIoTArduino.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ void flxIoTArduino::connect(void)
4242

4343
if (deviceID().empty() || deviceSecret().empty())
4444
{
45-
flxLog_E(F("%d: Device credentials (ID, Secret) not set - unable to continue"), this->name());
45+
flxLog_E(F("%s: Device credentials (ID, Secret) not set - unable to continue"), this->name());
4646
return;
4747
}
4848

0 commit comments

Comments
 (0)