diff options
Diffstat (limited to 'bin')
-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 |