reverbrain / eblob

Eblob is an append-only low-level IO library, which saves data in blob files. Created as low-level backend for elliptics
GNU Lesser General Public License v3.0
104 stars 29 forks source link

log: decreased log level of 'size check failed' message at eblob_fill_write_control_from_ram #116

Closed shaitan closed 9 years ago

shaitan commented 9 years ago

The original message is about noncritical E2BIG error which says that 'I can't overwrite old data by new one because new data is bigger. I will write new at the end of last blob.'. So, this message should appear on NOTICE log level.