global.output->append(_("Failed to run engine."),global.Colors.TextDefault,IM_NORMAL);
global.output->append(_("Error while running the command :"),global.Colors.TextDefault,IM_NORMAL);
global.output->append(FullCommand, global.Colors.TextDefault,IM_NORMAL);
{
in the int XBoardProtocol::loadEngine() function
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1382166
Originator: YES
as first approach, added this :
global.output->append(_("Failed to run engine."),global.Colors.TextDefault,IM_NORMAL);
global.output->append(_("Error while running the command :"),global.Colors.TextDefault,IM_NORMAL);
global.output->append(FullCommand, global.Colors.TextDefault,IM_NORMAL);
{
in the int XBoardProtocol::loadEngine() function