Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Germann <ugermann@inf.ed.ac.uk>2014-03-25 05:41:21 +0400
committerUlrich Germann <ugermann@inf.ed.ac.uk>2014-03-25 05:41:21 +0400
commit344b7a0759c0c47b467240411706f9ef308c1d31 (patch)
tree5e722ea56ead2bf3cf0f63875392d01cb6efc739 /moses/ConfusionNet.cpp
parent728ceb4e4c6734cdee4f5ff978439bb5ef35e668 (diff)
Changed verbosity level for "read confusion net with format ..." to 2.
Diffstat (limited to 'moses/ConfusionNet.cpp')
-rw-r--r--moses/ConfusionNet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ConfusionNet.cpp b/moses/ConfusionNet.cpp
index 34aa93284..48a03b9e7 100644
--- a/moses/ConfusionNet.cpp
+++ b/moses/ConfusionNet.cpp
@@ -95,7 +95,7 @@ namespace Moses
ConfusionNet::
ReadF(std::istream& in, const std::vector<FactorType>& factorOrder, int format)
{
- VERBOSE(1, "read confusion net with format "<<format<<"\n");
+ VERBOSE(2, "read confusion net with format "<<format<<"\n");
switch(format) {
case 0:
return ReadFormat0(in,factorOrder);