summaryrefslogtreecommitdiff
path: root/src/supervision
diff options
context:
space:
mode:
Diffstat (limited to 'src/supervision')
-rw-r--r--src/supervision/s6-svscan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supervision/s6-svscan.c b/src/supervision/s6-svscan.c
index e687e29..32655cc 100644
--- a/src/supervision/s6-svscan.c
+++ b/src/supervision/s6-svscan.c
@@ -775,7 +775,7 @@ int main (int argc, char const *const *argv)
if (!tain_future(&scan_deadline)) flag |= 1 ;
if (!tain_future(&start_deadline)) flag |= 2 ;
}
- LOLDEBUG("loop: %d ms%s%s", ms, flag & 1 ? ", scan" : "", flag & 2 ? ", start" : "") ;
+ LOLDEBUG("loop: %d ms", ms) ;
}
#endif
r = iopause_g(x, 2, &deadline) ;