diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-03-10 11:41:18 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-03-10 11:41:18 +0000 |
commit | 4082e07e6133c4e6912cb06c532420977c393e2c (patch) | |
tree | 13d7373e1ac9f5643d763b71930f5e4b512ef1e8 /src | |
parent | f8f42124ba675de10e4085b67c84871f55993941 (diff) | |
download | s6-4082e07e6133c4e6912cb06c532420977c393e2c.tar.xz |
s6-log needs a new timestamp on every line
Diffstat (limited to 'src')
-rw-r--r-- | src/daemontools-extras/s6-log.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemontools-extras/s6-log.c b/src/daemontools-extras/s6-log.c index 12b2220..d14620d 100644 --- a/src/daemontools-extras/s6-log.c +++ b/src/daemontools-extras/s6-log.c @@ -1006,6 +1006,7 @@ static void script_run (scriptelem_t const *script, unsigned int scriptlen, char } } } + if (gflags & 1) tain_now_g() ; } |