summaryrefslogtreecommitdiffstats
path: root/sys-utils/dmesg.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/dmesg.c')
-rw-r--r--sys-utils/dmesg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/dmesg.c b/sys-utils/dmesg.c
index 978bed0b2..b351595fc 100644
--- a/sys-utils/dmesg.c
+++ b/sys-utils/dmesg.c
@@ -955,7 +955,7 @@ static void print_record(struct dmesg_control *ctl,
(long)rec->tv.tv_usec, record_count_delta(ctl, rec));
break;
case DMESG_TIMEFTM_ISO8601:
- printf("%s ", iso_8601_time(ctl, rec, buf, sizeof(buf)));
+ ctl->indent = printf("%s ", iso_8601_time(ctl, rec, buf, sizeof(buf)));
break;
default:
abort();