Log options to INFO level when processing
- ensures they occur in the fgfs.log which should aid problem tracing.
This commit is contained in:
parent
eb0f724c13
commit
e3fe8ae199
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue