diff --git a/src/output/output.cpp b/src/output/output.cpp index 0fb4676e..7b16aa58 100644 --- a/src/output/output.cpp +++ b/src/output/output.cpp @@ -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; }