diff --git a/src/cellular/deploy.cpp b/src/cellular/deploy.cpp index c7713538..b4dab1fb 100644 --- a/src/cellular/deploy.cpp +++ b/src/cellular/deploy.cpp @@ -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) {