aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2018-07-12 09:46:44 +0300
committerAvi Levkovich <avi@twine-s.com>2018-07-12 09:46:44 +0300
commitdec3cd03aec51dca67150e2f6ba76c7eda7f11a4 (patch)
tree97f8ee8efd166ab9578f1a4baf1b73c45961abb1 /Software/Embedded_SW/Embedded/Common
parent86b7dbca112046dea1d3dd7d2904440afc2acb7d (diff)
parent1fe6f6b50598fff4d52273138936031f3dee7866 (diff)
downloadTango-dec3cd03aec51dca67150e2f6ba76c7eda7f11a4.tar.gz
Tango-dec3cd03aec51dca67150e2f6ba76c7eda7f11a4.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common')
-rw-r--r--Software/Embedded_SW/Embedded/Common/report/report.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/report/report.h b/Software/Embedded_SW/Embedded/Common/report/report.h
index b43ed4991..ffe8cbfd4 100644
--- a/Software/Embedded_SW/Embedded/Common/report/report.h
+++ b/Software/Embedded_SW/Embedded/Common/report/report.h
@@ -556,7 +556,7 @@ extern void ReportSeveritySet(ErrorSeverity level);
Report("ERROR :" msg,__FILE__,__LINE__,rc,RpWarning,0,0)
#define REPORT_MSG(rc,msg) \
- Report("ERROR :" msg,__FILE__,__LINE__,rc,RpWarning,0,0)
+ Report("MSG : " msg,__FILE__,__LINE__,rc,RpWarning,0,0)
#define ON_ERROR_LOG_ERROR(msg) if ( rc != 0 ) \
Report("ERROR :" msg,__FILE__,__LINE__,rc,RpError,0,0)