aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Communication/Container.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-08-15 15:35:13 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-08-15 15:35:13 +0300
commit013c584cf6dcf1dd61fa52f5841f500a4bfee459 (patch)
tree0f0d96041a3f61bbc2dbfce582ade5a1ea709459 /Software/Embedded_SW/Embedded/Communication/Container.c
parent61f9a262b9f7d4975186c90484fc5c6bb3affcc9 (diff)
downloadTango-013c584cf6dcf1dd61fa52f5841f500a4bfee459.tar.gz
Tango-013c584cf6dcf1dd61fa52f5841f500a4bfee459.zip
more alarm handling: precedence, status handling
Diffstat (limited to 'Software/Embedded_SW/Embedded/Communication/Container.c')
-rw-r--r--Software/Embedded_SW/Embedded/Communication/Container.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Communication/Container.c b/Software/Embedded_SW/Embedded/Communication/Container.c
index 592369789..af6ec942d 100644
--- a/Software/Embedded_SW/Embedded/Communication/Container.c
+++ b/Software/Embedded_SW/Embedded/Communication/Container.c
@@ -304,6 +304,7 @@ void receive_callback(char* buffer, size_t length)
default:
//unsupported message type !!
+ LOG_ERROR (requestContainer->type,"unsupported message type");
break;
}
message_container__free_unpacked(requestContainer, NULL);