Added a tracing statement.

This commit is contained in:
John Wiegley 2008-07-19 23:28:54 -04:00
parent 88634973a2
commit 59f6ffb863

View file

@ -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;