From c7bc309c8da72301bd5ad23eacfb23f7baacbd21 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 16 Feb 2006 21:30:30 +0000 Subject: (write_textual_journal): Corrected an error message. --- textual.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textual.cc') diff --git a/textual.cc b/textual.cc index 8b4775a5..f3b0f9f6 100644 --- a/textual.cc +++ b/textual.cc @@ -854,7 +854,7 @@ void write_textual_journal(journal_t& journal, std::string path, if (found.empty()) throw error(std::string("Journal does not refer to file '") + - found + "'"); + path + "'"); entries_list::iterator el = journal.entries.begin(); auto_entries_list::iterator al = journal.auto_entries.begin(); -- cgit v1.2.3