Skip to content

Commit ae05ec9

Browse files
alvasManandrepuschmann
authored andcommitted
enb,config: revert print to console. When a full section was missing the print did not look good.
1 parent 407c446 commit ae05ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

srsenb/src/parser.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ int parser::section::parse(Setting& root)
109109
*enabled_value = false;
110110
return 0;
111111
} else {
112-
std::cerr << "Error in section " << name.c_str() << ". " << ex.getPath() << " not found." << std::endl;
112+
std::cerr << "Error section " << name.c_str() << " not found." << std::endl;
113113
return -1;
114114
}
115115
}

0 commit comments

Comments
 (0)