Changed grammatical tense in two tracing statements.
This commit is contained in:
parent
bd64e83e46
commit
59a71e7d74
2 changed files with 2 additions and 2 deletions
|
|
@ -102,7 +102,7 @@ namespace ledger {
|
|||
|
||||
// Handle the command-line arguments
|
||||
|
||||
TRACE_START(arguments, 1, "Processing command-line arguments");
|
||||
TRACE_START(arguments, 1, "Processed command-line arguments");
|
||||
|
||||
strings_list args;
|
||||
process_arguments(argc - 1, argv + 1, report, args);
|
||||
|
|
|
|||
|
|
@ -175,7 +175,7 @@ std::size_t session_t::read_data(journal_t& journal,
|
|||
if (data_file.empty())
|
||||
throw_(parse_error, "No journal file was specified (please use -f)");
|
||||
|
||||
TRACE_START(parser, 1, "Parsing journal file");
|
||||
TRACE_START(parser, 1, "Parsed journal file");
|
||||
|
||||
std::size_t entry_count = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue