summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/util')
-rw-r--r--lib/puppet/util/log.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/util/log.rb b/lib/puppet/util/log.rb
index dd7544dae..5ee60b959 100644
--- a/lib/puppet/util/log.rb
+++ b/lib/puppet/util/log.rb
@@ -306,7 +306,7 @@ class Puppet::Util::Log
@name = host
- @driver = Puppet::Client::LogClient.new(args)
+ @driver = Puppet::Network::Client::LogClient.new(args)
end
def handle(msg)