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