We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e403bf8 commit c3b09dfCopy full SHA for c3b09df
src/mainReadout.cxx
@@ -94,7 +94,7 @@ int main(int argc, char* argv[])
94
sigaction(SIGINT,&signalSettings,NULL);
95
96
// log startup and options
97
- theLog.log("Readout process starting");
+ theLog.log("Readout process starting, pid %d",getpid());
98
theLog.log("Optional built features enabled:");
99
#ifdef WITH_FAIRMQ
100
theLog.log("FAIRMQ : yes");
0 commit comments