diff --git a/modules/io/src/img/map_io_dm3_handler.cc b/modules/io/src/img/map_io_dm3_handler.cc index a5964527f5a80d5735c17c30870cb63fa6ba8d88..6e7e5681637c4115224fa0e35ca29ec5f91b0992 100644 --- a/modules/io/src/img/map_io_dm3_handler.cc +++ b/modules/io/src/img/map_io_dm3_handler.cc @@ -238,7 +238,7 @@ void DM3Collector::ParseStream(std::istream& fp) parse_tag_group(0,"ROOT",fp); img::Progress::Instance().DeRegister(this); if(fp.eof()==0) { - LOG_ERROR("file not parsed completely"); + LOG_INFO("file not parsed completely"); } else { LOG_INFO("file parsed completely"); }