Default file handler message to VERYHIGH level

This commit is contained in:
Thulinma 2017-11-27 10:15:59 +01:00
parent 5ebbdf3f3b
commit 13c224e698

View file

@ -108,7 +108,7 @@ namespace Mist{
}
bool Output::isFileTarget(){
INFO_MSG("Default file target handler (false)");
VERYHIGH_MSG("Default file target handler (false)");
return false;
}