Skip to content

Commit

Permalink
fix: Adds name to deploy open debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hui committed Feb 10, 2024
1 parent 4bfd7bd commit 4293b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cellular/deploy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ int Deployment::open(const char* const name, Deployment::State_e state)
::close(this->currentFile);
}
#ifdef DEP_DEBUG
SF_OSAL_printf("opening!" __NL__);
SF_OSAL_printf("opening %s!" __NL__, name);
#endif
switch (state)
{
Expand Down

0 comments on commit 4293b17

Please sign in to comment.