diff options
Diffstat (limited to 'elv-weather')
-rwxr-xr-x | elv-weather | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elv-weather b/elv-weather index 4413b9c..c765b0f 100755 --- a/elv-weather +++ b/elv-weather @@ -128,7 +128,7 @@ while (1) { print strftime("\n[%H:%M:%S]\n", localtime()); } - printf " %s: %s\n", $paths[$i], $data[$i]; + printf " %-32s:%8s\n", $topic, $value; } } @prev = @data; |