Skip to content

Commit

Permalink
Add PID to t_program_msg template
Browse files Browse the repository at this point in the history
* Add missing PID to `t_program_msg` template
  • Loading branch information
Mark Bonsack committed Apr 9, 2020
1 parent 1f14fce commit 672f59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/etc/conf.d/conflib/_common/templates.conf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ template t_legacy_hdr_msg {
};

template t_program_msg {
template("${PROGRAM}: ${MESSAGE}");
template("${PROGRAM}[${PID}]: ${MESSAGE}");
};

# ===============================================================================================
Expand Down

0 comments on commit 672f59e

Please sign in to comment.