logger: string overflow warning fix

fixes #124

Signed-off-by: Bartosz Kokoszko <bartoszx.kokoszko@linux.intel.com>
This commit is contained in:
Bartosz Kokoszko 2018-11-09 15:03:18 +01:00
parent 105b9b51ab
commit b141daee34
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#define TRACE_MAX_PARAMS_COUNT 4
#define TRACE_MAX_TEXT_LEN 1024
#define TRACE_MAX_FILENAME_LEN 128
#define TRACE_MAX_IDS_STR 9
#define TRACE_MAX_IDS_STR 10
/* logs file signature */
#define SND_SOF_LOGS_SIG_SIZE 4