summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textual.cc8
1 files changed, 5 insertions, 3 deletions
diff --git a/textual.cc b/textual.cc
index 614172ab..5517a6b2 100644
--- a/textual.cc
+++ b/textual.cc
@@ -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;