mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
Do not print logo, if not requested
This commit is contained in:
parent
ebcbe2dde6
commit
fcd39e3aa4
|
@ -128,7 +128,7 @@ auto DeviceRunner::Run() -> int
|
||||||
|
|
||||||
fConfig.ParseAll(fRawCmdLineArgs, true);
|
fConfig.ParseAll(fRawCmdLineArgs, true);
|
||||||
|
|
||||||
if (!HandleGeneralOptions(fConfig)) {
|
if (!HandleGeneralOptions(fConfig, fPrintLogo)) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user