diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2021-05-11 07:33:05 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-05-11 07:33:05 +0200 |
commit | d61dd23cb946b3157c5083a5fcb99e34239583fe (patch) | |
tree | 46f80ff5c5168fcdf53c9dfb107304e4273f1c23 | |
parent | 1b8cf25c7751835203412b07ebf2c760fe6a9eb9 (diff) | |
download | hue-d61dd23cb946b3157c5083a5fcb99e34239583fe.tar.gz |
tweak string format #2
-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] %-32s: %s\n", + printf("[%s] %-40s: %s\n", $ts, $topic, $values->{$key}); } } |