From e6851ec20b00615d5fda8d3858cd5f142ed04528 Mon Sep 17 00:00:00 2001 From: Rahul Kumar Singh Date: Sun, 25 Oct 2020 20:27:16 -0700 Subject: [PATCH] using Ftprintf instead of cout for negative case. --- Unix/configeditor/configeditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Unix/configeditor/configeditor.cpp b/Unix/configeditor/configeditor.cpp index ce4ae7887..f47c771dd 100644 --- a/Unix/configeditor/configeditor.cpp +++ b/Unix/configeditor/configeditor.cpp @@ -347,7 +347,7 @@ int MI_MAIN_CALL main(int argc, const char** argv) #endif if(result != 0) { - cout << "Settings has not been applied Dynamically\n" << std::endl; + Ftprintf(stderr, ZT("Settings has not been applied Dynamically\n")); } } else