From 67903ba41edc58090b41c782036acc1fd05548ea Mon Sep 17 00:00:00 2001 From: Shlomo Hecht Date: Mon, 1 Apr 2019 00:06:35 +0300 Subject: small improbvements in job handling and job end. preparations for log distributors setup --- Software/Embedded_SW/Embedded/Communication/Container.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Embedded_SW/Embedded/Communication') diff --git a/Software/Embedded_SW/Embedded/Communication/Container.c b/Software/Embedded_SW/Embedded/Communication/Container.c index bb6b82743..ad57c36ab 100644 --- a/Software/Embedded_SW/Embedded/Communication/Container.c +++ b/Software/Embedded_SW/Embedded/Communication/Container.c @@ -136,7 +136,7 @@ void receive_callback(char* buffer, size_t length) DataLength[index] = requestContainer->data.len; if (index++>=MAX_CONT_LOG) index = 0; - REPORT_MSG(requestContainer->type,"Message received"); + //REPORT_MSG(requestContainer->type,"Message received"); switch(requestContainer->type) { case MESSAGE_TYPE__CalculateRequest: -- cgit v1.3.1