diff options
Diffstat (limited to 'lib/chef/provider/launchd.rb')
-rw-r--r-- | lib/chef/provider/launchd.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/launchd.rb b/lib/chef/provider/launchd.rb index 8d868784dd..0bac995247 100644 --- a/lib/chef/provider/launchd.rb +++ b/lib/chef/provider/launchd.rb @@ -119,7 +119,7 @@ class Chef end invalid_type = lltstype != "LoginWindow" if root && agent && invalid_action && invalid_type - Chef::Log.debug("#{label}: Aqua LaunchAgents shouldn't be loaded as root") + logger.trace("#{label}: Aqua LaunchAgents shouldn't be loaded as root") return false end true |