{
if (!conf_file.empty())
{
- std::cout << "ERROR: %s %s\n\tOnly one config file allowed!\n", key, val;
+ std::cout << "ERROR: " << key << " " << val << "\n\tOnly one config file allowed!\n";
exit(-1);
}
else
{
if (found_error_file)
{
- std::cout << "ERROR: %s %s\n\tOnly one error file allowed!\n", key, val;
+ std::cout << "ERROR: " << key << " " << val << "\n\tOnly one error file allowed!\n";
exit(-1);
}
else
{
if (found_out_file)
{
- std::cout << "ERROR: %s %s\n\tOnly one output file allowed!\n", key, val;
+ std::cout << "ERROR: " << key << " " << val << "\n\tOnly one output file allowed!\n";
exit(-1);
}
else
{
if (found_rule_file)
{
- std::cout << "ERROR: %s %s\n\tOnly one output file allowed!\n", key, val;
+ std::cout << "ERROR: " << key << " " << val << "\n\tOnly one output file allowed!\n";
exit(-1);
}
else