Skip to content

Commit

Permalink
enb,config: revert print to console. When a full section was missing …
Browse files Browse the repository at this point in the history
…the print did not look good.
  • Loading branch information
alvasMan authored and andrepuschmann committed May 2, 2022
1 parent 407c446 commit ae05ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srsenb/src/parser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit ae05ec9

Please sign in to comment.