Skip to content

Commit

Permalink
refs #5882. De-escalate log level.
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Nov 23, 2012
1 parent 2a10441 commit 514256f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ double NormaliseByCurrent::extractCharge(MatrixWorkspace_sptr inputWS) const
}
catch(Exception::NotFoundError &)
{
g_log.warning() << "No nperiods property. If this is multi-period data, then you will be normalising against the wrong current.\n";
g_log.information() << "No nperiods property. If this is multi-period data, then you will be normalising against the wrong current.\n";
}
// Handle multiperiod data.
if(nPeriods > 1)
Expand Down

0 comments on commit 514256f

Please sign in to comment.