Skip to content

Commit c3ec750

Browse files
committed
Fix log info message
1 parent c75364f commit c3ec750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/v3/service_instances_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def service_plan_does_not_exist!
435435

436436
def service_plan_not_visible_to_user!(service_plan)
437437
user = VCAP::CloudController::SecurityContext.current_user
438-
logger.info("Service Plan with guid '#{service_plan.guid}' and id '#{service_plan.id}' is not visible in current org to user with guid '#{user.guid}'.")
438+
logger.info("Service Plan with guid '#{service_plan.guid}' and id '#{service_plan.id}' is not visible to user with guid '#{user.guid}'.")
439439

440440
unprocessable!('Invalid service plan. Ensure that the service plan exists, is available, and you have access to it.')
441441
end

0 commit comments

Comments
 (0)