1
0
Fork 0

Log options to INFO level when processing

- ensures they occur in the fgfs.log which should aid problem
  tracing.
This commit is contained in:
James Turner 2016-01-12 17:33:57 -06:00
parent eb0f724c13
commit e3fe8ae199

View file

@ -2265,6 +2265,9 @@ OptionResult Options::processOptions()
default:
break;
}
if (it->desc) {
SG_LOG(SG_GENERAL, SG_INFO, "\toption:" << it->desc->option << " = " << it->value);
}
}
groupEnd = groupBegin;