Skip to content

Commit

Permalink
Fix typo in log message: Module: Updated remove after seconds to:
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew1Hawes authored and GaryOderNichts committed Feb 19, 2025
1 parent 87eddda commit 4ecb55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ NfpiiUUIDRandomizationState NfpiiGetUUIDRandomizationState(void)

void NfpiiSetRemoveAfterSeconds(float seconds)
{
LogHandler::Info("Module: Updated remote after seconds to: %.1fs", seconds);
LogHandler::Info("Module: Updated remove after seconds to: %.1fs", seconds);

re::nfpii::tagManager.SetRemoveAfterSeconds(seconds);
}
Expand Down

0 comments on commit 4ecb55b

Please sign in to comment.