aboutsummaryrefslogtreecommitdiffstats
path: root/scd4x
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2021-05-11 07:32:40 +0200
committerGerd Hoffmann <kraxel@redhat.com>2021-05-11 07:32:40 +0200
commit1b8cf25c7751835203412b07ebf2c760fe6a9eb9 (patch)
tree99e5df8d9e23aecd81fbe6924f56081d3f40fd5b /scd4x
parent2794afa037af69cfbe8d4b240ab4c98729dd5f0c (diff)
downloadhue-1b8cf25c7751835203412b07ebf2c760fe6a9eb9.tar.gz
tweak string format
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});
}
}