We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 407c446 commit ae05ec9Copy full SHA for ae05ec9
srsenb/src/parser.cc
@@ -109,7 +109,7 @@ int parser::section::parse(Setting& root)
109
*enabled_value = false;
110
return 0;
111
} else {
112
- 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;
113
return -1;
114
}
115
0 commit comments