We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482f6a5 commit cca2160Copy full SHA for cca2160
lib/facter/resolvers/solaris/networking.rb
@@ -79,7 +79,7 @@ def add_mtu(lifreq)
79
ioctl = FFI::Ioctl.ioctl(FFI::SIOCGLIFMTU, lifreq, lifreq.ss_family)
80
81
if ioctl == -1
82
- @log.error("Cold not read MTU, error code is #{::FFI::LastError.error}")
+ @log.error("Could not read MTU, error code is: #{::FFI::LastError.error}")
83
return
84
end
85
0 commit comments