diff --git a/avro/maxavro_file.c b/avro/maxavro_file.c index df5292099..48e974498 100644 --- a/avro/maxavro_file.c +++ b/avro/maxavro_file.c @@ -317,7 +317,6 @@ MAXAVRO_FILE* maxavro_file_open(const char* filename) } else { - MXS_ERROR("Failed to initialize avrofile."); maxavro_schema_free(avrofile->schema); error = true; } diff --git a/server/modules/routing/avrorouter/avro_index.c b/server/modules/routing/avrorouter/avro_index.c index 4de727e3d..bfe884582 100644 --- a/server/modules/routing/avrorouter/avro_index.c +++ b/server/modules/routing/avrorouter/avro_index.c @@ -172,10 +172,6 @@ void avro_index_file(AVRO_INSTANCE *router, const char* filename) maxavro_file_close(file); } - else - { - MXS_ERROR("Failed to open file '%s' when generating file index.", filename); - } } /**