Method: Msf::Plugin#print_error
- Defined in:
- lib/msf/core/plugin.rb
#print_error(msg = '') ⇒ Object Also known as: print_bad
Prints an error message.
111 112 113 |
# File 'lib/msf/core/plugin.rb', line 111 def print_error(msg='') output.print_error(msg) if (output) end |