diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-04-08 14:55:35 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-04-08 14:55:35 +0200 |
commit | 8f985385472c5c5b1507afaaac6c3f62a6242a54 (patch) | |
tree | 1d835a4317c08a06292604327af47c2135c881e5 | |
parent | 17a42ecc3e61cea8fd2b2b8584772358d306d95a (diff) | |
download | hue-8f985385472c5c5b1507afaaac6c3f62a6242a54.tar.gz |
hue: rules tweak
-rwxr-xr-x | hue | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -354,8 +354,8 @@ sub print_rules { for my $a (@{$r->{'actions'}}) { my $b = join(", ", map { $_ . "=" . $a->{'body'}->{$_} } keys %{$a->{'body'}}); - printf("%15s action : %s %s\n", "", - $a->{'address'}, $b); + printf("%15s action : %s %s: %s\n", "", + $a->{'method'}, $a->{'address'}, $b); } } print "\n"; |