Skip to content

Commit

Permalink
Fix number of arguments for @handle.log
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiendupont committed Jul 13, 2018
1 parent 9fe820e commit 9a6de52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def main

max_runners = destination_ems.custom_get('Max Transformation Runners') || factory_config['max_transformation_runners_by_ems'] || 1
if Transformation::TransformationHosts::Common::Utils.get_runners_count_by_ems(destination_ems, @handle.get_state_var(:transformation_method), factory_config) >= max_runners
@handle.log("Too many transformations running: (#{max_runners}). Retrying.")
@handle.log(":info, Too many transformations running: (#{max_runners}). Retrying.")
else
# Collect the VMware connection information
vmware_uri = "vpx://"
Expand Down

0 comments on commit 9a6de52

Please sign in to comment.