Skip to content

Commit c3b09df

Browse files
committed
log pid
1 parent e403bf8 commit c3b09df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mainReadout.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ int main(int argc, char* argv[])
9494
sigaction(SIGINT,&signalSettings,NULL);
9595

9696
// log startup and options
97-
theLog.log("Readout process starting");
97+
theLog.log("Readout process starting, pid %d",getpid());
9898
theLog.log("Optional built features enabled:");
9999
#ifdef WITH_FAIRMQ
100100
theLog.log("FAIRMQ : yes");

0 commit comments

Comments
 (0)