Added new definition for Logger#warn.

This commit is contained in:
soh_cah_toa
2013-05-07 22:06:13 -04:00
parent 493ed5182b
commit 281cde1cbb

View File

@@ -19,5 +19,9 @@ class Logger
print_error "DNS Server: #{msg}"
end
def warn(msg)
print_error "DNS Server: #{msg}"
end
end