Added a tracing statement.
This commit is contained in:
parent
88634973a2
commit
59f6ffb863
1 changed files with 5 additions and 3 deletions
|
|
@ -583,6 +583,8 @@ unsigned int textual_parser_t::parse(std::istream& in,
|
|||
src_idx = journal->sources.size() - 1;
|
||||
linenum = 1;
|
||||
|
||||
INFO("Parsing file '" << pathname.string() << "'");
|
||||
|
||||
unsigned long beg_pos = in.tellg();
|
||||
unsigned long end_pos;
|
||||
unsigned long beg_line = linenum;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue