Skip to content

Commit

Permalink
Fix #336: arg in printf() didn't have %clause so wasn't printed
Browse files Browse the repository at this point in the history
  • Loading branch information
terrillmoore committed Jun 12, 2022
1 parent 3360dd6 commit ff0e213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/CatenaBase_addLoRaWanCommands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ doConfigure(
if (! cursor.isbound())
{
pThis->printf(
"%s: unknown\n",
"%s: %s: unknown\n",
__func__,
pName
);
Expand Down

0 comments on commit ff0e213

Please sign in to comment.