diff --git a/ediText.cpp b/ediText.cpp
index 34b46eb66c4744defe7674b8bded66799277add8..ba596cf91ce60ad7459819f893fbff6ac43e7eab 100644
--- a/ediText.cpp
+++ b/ediText.cpp
@@ -54,13 +54,13 @@ void ediText_Worker::process(string task_path, ptree &config, string output_path
 		auto text = conf.getTextIterator(buffer1);
 		if(text == nullptr)
 		{
-			LOG(el::Level::Warning) << "Iterator does not exists";
+			LOG(WARNING) << "Iterator does not exists";
 			continue;
 		}
 		auto fun = conf.getFunction();
 		if(fun == nullptr)
 		{
-			LOG(el::Level::Warning) << "Function does not exists";
+			LOG(WARNING) << "Function does not exists";
 			continue;
 		}
 		do