Skip to content
Snippets Groups Projects
Commit 52c51d11 authored by Jens Georg's avatar Jens Georg
Browse files

Fix typo: WARNIUNG -> WARNING

parent 2752d5e3
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ void eq_init_prolog() {
if (stat (xmlFileName.c_str(), &buffer) == 0){
ChimeraTK::VariableMapper::getInstance().prepareOutput(xmlFileName, pvNames);
}else{
std::cerr << "WARNIUNG: No XML file for the Doocs variable config found. Trying direct import." << std::endl;
std::cerr << "WARNING: No XML file for the Doocs variable config found. Trying direct import." << std::endl;
ChimeraTK::VariableMapper::getInstance().directImport(pvNames);
}
// print the mapping for debug purposes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment