summaryrefslogtreecommitdiff
path: root/src/MTS_IO_QuectelRadio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/MTS_IO_QuectelRadio.cpp')
-rw-r--r--src/MTS_IO_QuectelRadio.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/MTS_IO_QuectelRadio.cpp b/src/MTS_IO_QuectelRadio.cpp
index 760cf6d..2bc4fb6 100644
--- a/src/MTS_IO_QuectelRadio.cpp
+++ b/src/MTS_IO_QuectelRadio.cpp
@@ -1684,7 +1684,7 @@ ICellularRadio::CODE QuectelRadio::setTimeFormat(void) {
rc = sendBasicCommand(sCmdCSDF);
if (rc != SUCCESS) {
- printError("%s| Failed to set diversity for WCDMA network mode: [%d]", getName().c_str(), rc);
+ printError("%s| Unable to set year format for radio using command [%s]", getName().c_str(), sCmdCSDF.c_str());
return rc;
}
@@ -1693,7 +1693,7 @@ ICellularRadio::CODE QuectelRadio::setTimeFormat(void) {
rc = sendBasicCommand(sCmdCTZU);
if (rc != SUCCESS) {
- printError("%s| Failed to set diversity for WCDMA network mode: [%d]", getName().c_str(), rc);
+ printError("%s| Unable to set automatic time zone update for radio using command [%s]", getName().c_str(), sCmdCTZU.c_str());
return rc;
}
return SUCCESS;