Skip to content
Snippets Groups Projects
Commit 4b7c87b5 authored by Andreas Schenk's avatar Andreas Schenk
Browse files

changed error message (file not parsed completely) in dm3 import to info message

If a dm3 file is not parsed completely this is no error but just an indication that there is more meta data stored in the file.
parent ec2690fa
Branches
Tags
No related merge requests found
......@@ -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");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment