Commits

Juris Lambda authored 40a7b5daff1
...G...PS. [DEV-4137] changed log level for messages on zero-sized allocations Make them LOG_LEVEL_CRIT -> LOG_LEVEL_DEBUG. The (de)serialization code is the main offender, and due to the way it's written, the fix isn't a simple short-circuit of not allocating any objects, as the entire thing assumes that either the memory is allocated or that at least one entry exists.