Skip to content

Commit

Permalink
Add more fine detail to RVM version debug logging. References #46
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Oct 15, 2011
1 parent b32773a commit 9ce3a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/chef_rvm_version_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def self.rvm_version(user = nil)
version = shell_out!(
rvm_wrap_cmd(cmd, user_dir), :env => environment).stdout.strip

Chef::Log.debug "RVM version = #{version}"
Chef::Log.debug "RVM version = #{version} (#{user || 'system'})"

version
end
Expand Down

0 comments on commit 9ce3a7a

Please sign in to comment.