summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorfengweihao <[email protected]>2022-02-22 17:53:36 +0800
committerfengweihao <[email protected]>2022-02-22 17:53:36 +0800
commitf674698583827db52b44f72e64e8ec00305bb239 (patch)
tree9fe9b99c332e29b62461200901f0c44b7f70184c /common
parent4c6d1582dc1b126910adf3556be1c22a2850862f (diff)
TSG-9710 verify-policy适配Rocky Linux8.5
Diffstat (limited to 'common')
-rw-r--r--common/include/verify_policy_logging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/include/verify_policy_logging.h b/common/include/verify_policy_logging.h
index b2b7d2f..bb44782 100644
--- a/common/include/verify_policy_logging.h
+++ b/common/include/verify_policy_logging.h
@@ -27,7 +27,7 @@ typedef struct RTLogInit2Data_ {
extern RTLogInit2Data logging_sc_lid;
/* The maximum length of the log message */
-#define RT_LOG_MAX_LOG_MSG_LEN 2048
+#define RT_LOG_MAX_LOG_MSG_LEN 4096
extern void mesa_logging_print(int log_level, const char *module, const char *msg);