#285 error converting value to string #24

Merged
vampik merged 8 commits from bug/285-error-converting-value-to-string into latest-fc 2022-03-04 22:20:06 +00:00
Showing only changes of commit 6669f3e631 - Show all commits

View file

@ -5,5 +5,5 @@
#ifndef FC_MAX_LOG_OBJECT_DEPTH
// how many levels of nested objects are displayed in log messages
#define FC_MAX_LOG_OBJECT_DEPTH 200
#define FC_MAX_LOG_OBJECT_DEPTH 1000
#endif