commit | acef141e66ae257b09d9e70fb300079457764099 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sat Feb 25 14:03:12 2017 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Sat Feb 25 14:03:22 2017 -0800 |
tree | 3c29faf848e665c7442c7ca1e3d14689cec13654 | |
parent | 907cad36ece3de47574c470a6f9451a98d6ad1fc [diff] [blame] |
Increased size of log messages since we out-grew them. Change-Id: I030e5de715b4527cd5a07464c5a55bbd2dc91780
diff --git a/aos/common/logging/sizes.h b/aos/common/logging/sizes.h index 6a4c7d5..0aae90b 100644 --- a/aos/common/logging/sizes.h +++ b/aos/common/logging/sizes.h
@@ -3,7 +3,7 @@ // This file exists so C code and context.h can both get at these constants... -#define LOG_MESSAGE_LEN 400 +#define LOG_MESSAGE_LEN 500 #define LOG_MESSAGE_NAME_LEN 100 #endif // AOS_COMMON_LOGGING_SIZES_H_