mirror of
https://github.com/marian-nmt/marian.git
synced 2024-11-30 21:39:52 +03:00
Bug fix in logging.
This commit is contained in:
parent
c3591e613c
commit
1de25fbff9
@ -199,7 +199,7 @@ std::shared_ptr<Histories> Search::Process(const God &god, const Sentences& sent
|
||||
Decode(god, sentences, states, histories, prevHyps);
|
||||
PostProcess();
|
||||
|
||||
LOG(progress, "Search took ", timer.format(3, "%ws"));
|
||||
LOG(progress, "Search took {}", timer.format(3, "%ws"));
|
||||
return histories;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user