Skip to content

Commit

Permalink
Refs #4158 calibrations generate thousands of warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
VickieLynch committed Apr 16, 2012
1 parent 666af38 commit 5c76dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/CurveFitting/src/FitMW.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ namespace

if (foundZeroOrNegativeError)
{
log().warning() << "Zero or negative errors are replaced with 1.0\n";
log().debug() << "Zero or negative errors are replaced with 1.0\n";
}

}
Expand Down

0 comments on commit 5c76dab

Please sign in to comment.