diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-14 08:37:22 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-14 08:37:22 +0000 |
commit | 2d2c5c6c3721209485fb9081ceebc2e6adad1118 (patch) | |
tree | 44d975a37897db0aece500466affbd078544dae4 | |
parent | 983cc58073cfe0719ea3d43a194eee4964223362 (diff) |
Be explicit about the keys
-rwxr-xr-x | bin/custodian-dequeue | 2 |
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 |