summaryrefslogtreecommitdiff
path: root/src/daemontools-extras/s6-log.c
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-03-10 11:46:59 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-03-10 11:46:59 +0000
commita21e0cab0744524c966829c7bbc7238c17b525aa (patch)
treeeb8295eb7cd36bd8b97fd56ac8db46e0089d8753 /src/daemontools-extras/s6-log.c
parent4082e07e6133c4e6912cb06c532420977c393e2c (diff)
downloads6-a21e0cab0744524c966829c7bbc7238c17b525aa.tar.xz
This is also true for ISO timestamps.
Diffstat (limited to 'src/daemontools-extras/s6-log.c')
-rw-r--r--src/daemontools-extras/s6-log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemontools-extras/s6-log.c b/src/daemontools-extras/s6-log.c
index d14620d..a20562a 100644
--- a/src/daemontools-extras/s6-log.c
+++ b/src/daemontools-extras/s6-log.c
@@ -1006,7 +1006,7 @@ static void script_run (scriptelem_t const *script, unsigned int scriptlen, char
}
}
}
- if (gflags & 1) tain_now_g() ;
+ if (gflags & 3) tain_now_g() ;
}