Automated merge with ssh://dev.bytemark.co.uk//repos/netlinkrb

This commit is contained in:
nick
2014-08-27 09:06:49 +01:00

View File

@@ -187,7 +187,7 @@ module Netlink
warn "Duplicate attribute #{name} (#{code}): #{attrs[name].inspect} -> #{val.inspect}" if attrs[name]
attrs[name] = val
else
warn "Unknown attribute #{code}, in class #{self}, value #{val.inspect}"
warn "Unknown attribute #{code}, in class #{self}, value #{val.inspect}" if $DEBUG
attrs[code] = val
end
end