summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-14 08:37:22 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-14 08:37:22 +0000
commit2d2c5c6c3721209485fb9081ceebc2e6adad1118 (patch)
tree44d975a37897db0aece500466affbd078544dae4 /bin
parent983cc58073cfe0719ea3d43a194eee4964223362 (diff)
Be explicit about the keys
Diffstat (limited to 'bin')
-rwxr-xr-xbin/custodian-dequeue2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/custodian-dequeue b/bin/custodian-dequeue
index 3840d0d..9edc353 100755
--- a/bin/custodian-dequeue
+++ b/bin/custodian-dequeue
@@ -243,7 +243,7 @@ class Custodian
#
log_message( "Job body contains the following keys & values:")
hash.keys.each do |key|
- log_message( "#{key} => #{hash[key]}" )
+ log_message( " #{key} => #{hash[key]}" )
end