Skip to content
Snippets Groups Projects
Commit 9d650c75 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

trace the signal sent to a scandir

parent 4fdb46f5
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ int scandir_send_signal(char const *scandir,char const *signal)
for (; datalen < idlen ; datalen++)
data[datalen] = signal[datalen] ;
log_trace("send signal: ", signal, " to scandir: ", scandir) ;
switch (s6_svc_writectl(scandir, S6_SVSCAN_CTLDIR, data, datalen))
{
case -1: log_warnusys("control: ", scandir) ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment