aboutsummaryrefslogtreecommitdiffstats
path: root/scd4x
diff options
context:
space:
mode:
Diffstat (limited to 'scd4x')
-rwxr-xr-xscd4x2
1 files changed, 1 insertions, 1 deletions
diff --git a/scd4x b/scd4x
index f887285..d26c3d9 100755
--- a/scd4x
+++ b/scd4x
@@ -40,7 +40,7 @@ for (;;) {
} else {
my $ts = POSIX::ctime(time());
chomp($ts);
- printf("[%s] %-20s: %s\n",
+ printf("[%s] %-32s: %s\n",
$ts, $topic, $values->{$key});
}
}