summaryrefslogtreecommitdiff
path: root/io-module/mtac_eth.c
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2018-06-19 16:04:47 -0500
committerJohn Klug <john.klug@multitech.com>2018-06-19 16:04:47 -0500
commit3e7f8d202e9728daafc985f36ff0fff24e1a4840 (patch)
tree02c159152690f1528a860d70a3201b47f0cef838 /io-module/mtac_eth.c
parent3892a0c8f5bfbb660a11c93153faf3a57dbe7dc3 (diff)
downloadmts-io-2.1.0.tar.gz
mts-io-2.1.0.tar.bz2
mts-io-2.1.0.zip
XDOT feature2.1.0
Diffstat (limited to 'io-module/mtac_eth.c')
-rw-r--r--io-module/mtac_eth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/io-module/mtac_eth.c b/io-module/mtac_eth.c
index 7a35ea5..99e8c1d 100644
--- a/io-module/mtac_eth.c
+++ b/io-module/mtac_eth.c
@@ -4,7 +4,7 @@ static char* eth_gpio_pin_name_by_attr_name(const char* name, int port) {
if (! strcmp(name, "reset")) {
return "ap1-reset";
} else {
- log_error("attribute name [%s] is invalid for LORA in port %d", name, port);
+ log_error("attribute name [%s] is invalid for ETH in port %d", name, port);
return "";
}
@@ -12,7 +12,7 @@ static char* eth_gpio_pin_name_by_attr_name(const char* name, int port) {
if (! strcmp(name, "reset")) {
return "ap2-reset";
} else {
- log_error("attribute name [%s] is invalid for LORA in port %d", name, port);
+ log_error("attribute name [%s] is invalid for ETH in port %d", name, port);
return "";
}
}