From 59e77e1c5935efed18c970c783bf9c2da3fce252 Mon Sep 17 00:00:00 2001 From: Bartosz Ziemba <b.ziemba@protonmail.com> Date: Mon, 22 Mar 2021 12:30:14 +0000 Subject: [PATCH] Revert "Update ediText.cpp" This reverts commit e90a13d4f281f0e82efdd4f4aefbb8e22abdcdff --- ediText.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ediText.cpp b/ediText.cpp index 34b46eb..ba596cf 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 -- GitLab