change Prtinfo to Note.

This commit is contained in:
Liu Ming 2016-06-08 09:18:10 +02:00
parent b2c126f7c2
commit 7ca182f962

View File

@ -842,8 +842,8 @@ namespace Opm
return Log::MessageType::Problem;
case Message::type::Bug:
return Log::MessageType::Bug;
case Message::type::Prtinfo:
return Log::MessageType::Prtinfo;
case Message::type::Note:
return Log::MessageType::Note;
}
throw std::logic_error("Invalid messages type!\n");
}