File tree Expand file tree Collapse file tree
src/puppetlabs/trapperkeeper Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9595 [org.openvoxproject/i18n ~i18n-version]]
9696
9797 :eastwood {:ignored-faults {:reflection {puppetlabs.trapperkeeper.logging [{:line 92 }]
98- puppetlabs.trapperkeeper.internal [{:line 174 }]
98+ puppetlabs.trapperkeeper.internal [{:line 177 }]
9999 puppetlabs.trapperkeeper.testutils.logging true
100100 puppetlabs.trapperkeeper.testutils.logging-test true
101101 puppetlabs.trapperkeeper.services.nrepl.nrepl-service-test true
Original file line number Diff line number Diff line change 6161 " Send a message to systemd NOTIFY_SOCKET if available."
6262 [^String message]
6363 (when-let [^String socket-path systemd-notify-socket]
64+ (log/info (i18n/trs " Sending sd_notify message to NOTIFY_SOCKET {0}: {1}"
65+ (pr-str socket-path)
66+ (pr-str message)))
6467 (let [^AFUNIXSocketAddress addr (socket-addr socket-path)]
6568 (with-open [^AFUNIXDatagramSocket s (AFUNIXDatagramSocket/newInstance )]
6669 (try
You can’t perform that action at this time.
0 commit comments