commit | c804fd163fcde774f62cc68bdc22f766f97f31a5 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Fri Mar 22 21:15:37 2019 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Fri Mar 22 21:15:37 2019 -0700 |
tree | 31b1e32b76ac4af5e8cc278c7a6a4e294df27413 | |
parent | 3632f8d123b36deb76b0ae85d7f29a6bfd29061f [diff] [blame] |
Grow LOG_MESSAGE_LEN because we ran out of space Change-Id: I214b88bbf04853f101e48b81fca7a9f764d53211
diff --git a/aos/logging/sizes.h b/aos/logging/sizes.h index b624a61..d7cfd4e 100644 --- a/aos/logging/sizes.h +++ b/aos/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 500 +#define LOG_MESSAGE_LEN 512 #define LOG_MESSAGE_NAME_LEN 100 #endif // AOS_LOGGING_SIZES_H_