aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2016-04-08 14:55:35 +0200
committerGerd Hoffmann <kraxel@redhat.com>2016-04-08 14:55:35 +0200
commit8f985385472c5c5b1507afaaac6c3f62a6242a54 (patch)
tree1d835a4317c08a06292604327af47c2135c881e5
parent17a42ecc3e61cea8fd2b2b8584772358d306d95a (diff)
downloadhue-8f985385472c5c5b1507afaaac6c3f62a6242a54.tar.gz
hue: rules tweak
-rwxr-xr-xhue4
1 files changed, 2 insertions, 2 deletions
diff --git a/hue b/hue
index 89dd63f..2dc259a 100755
--- a/hue
+++ b/hue
@@ -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";