Shortened reading line to make more space for path
This commit is contained in:
parent
0512ab88b4
commit
a86cfd21d8
@ -903,7 +903,7 @@ bool parseState( ParserState& parserState, const Parser& parser ) {
|
||||
const auto& location = rawKeyword->location();
|
||||
ss << std::setw(5) << parserState.deck.size()
|
||||
<< " Reading " << std::setw(8) << std::left << rawKeyword->getKeywordName()
|
||||
<< " in file " << location.filename << ", line " << std::to_string(location.lineno);
|
||||
<< " in " << location.filename << " line " << std::to_string(location.lineno);
|
||||
OpmLog::info(ss.str());
|
||||
}
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user