Skip to content

Commit

Permalink
engine: add PID to start message
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Apr 23, 2018
1 parent 6c83450 commit f3eeb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flb_engine.c
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ int flb_engine_start(struct flb_config *config)
return -1;
}

flb_info("[engine] started");
flb_info("[engine] started (pid=%i)", getpid());
flb_thread_prepare();

/* Create the event loop and set it in the global configuration */
Expand Down

0 comments on commit f3eeb23

Please sign in to comment.