Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
use right symbol for log
Browse files Browse the repository at this point in the history
Change-Id: Id024c9afa780e8ef5d429c315bd9ad9d33974fc1
  • Loading branch information
figo committed Jan 9, 2012
1 parent 31198b5 commit cc6e6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atmos/lib/atmos_service/provisioner.rb
Expand Up @@ -145,7 +145,7 @@ def unbind_instance(instance_id, handle_id, binding_options, &blk)
svc = @prov_svcs[handle_id]
raise "#{handle_id} not found!" if svc.nil?

@logger.debug("svc[configuration]: #{svc[configuration]}")
@logger.debug("svc[configuration]: #{svc[:configuration]}")
success = @atmos_helper.delete_user(handle_id, instance_id)
@prov_svcs.delete(handle_id) if success
blk.call(success())
Expand Down

0 comments on commit cc6e6d8

Please sign in to comment.