enb,config: revert print to console. When a full section was missing the print did not look good.

master
Pedro Alvarez 3 years ago committed by Andre Puschmann
parent 407c44617c
commit ae05ec95b9

@ -109,7 +109,7 @@ int parser::section::parse(Setting& root)
*enabled_value = false;
return 0;
} else {
std::cerr << "Error in section " << name.c_str() << ". " << ex.getPath() << " not found." << std::endl;
std::cerr << "Error section " << name.c_str() << " not found." << std::endl;
return -1;
}
}

Loading…
Cancel
Save