diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2021-05-11 07:32:40 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-05-11 07:32:40 +0200 |
commit | 1b8cf25c7751835203412b07ebf2c760fe6a9eb9 (patch) | |
tree | 99e5df8d9e23aecd81fbe6924f56081d3f40fd5b | |
parent | 2794afa037af69cfbe8d4b240ab4c98729dd5f0c (diff) | |
download | hue-1b8cf25c7751835203412b07ebf2c760fe6a9eb9.tar.gz |
tweak string format
-rwxr-xr-x | scd4x | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}); } } |