From 1fe6f6b50598fff4d52273138936031f3dee7866 Mon Sep 17 00:00:00 2001 From: Shlomo Hecht Date: Thu, 12 Jul 2018 09:41:33 +0300 Subject: Spool cone handling, debug log in job progress --- Software/Embedded_SW/Embedded/Common/report/report.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Embedded_SW/Embedded/Common') 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) -- cgit v1.3.1