(write_textual_journal): Corrected an error message.
This commit is contained in:
parent
10fc16e114
commit
349183d5ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue