Skip to content

Commit

Permalink
using Ftprintf instead of cout for negative case.
Browse files Browse the repository at this point in the history
  • Loading branch information
rahsing committed Oct 27, 2020
1 parent 1dbc58a commit e6851ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Unix/configeditor/configeditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6851ec

Please sign in to comment.