When compiling `uvm_info and `uvm_fatal, "Number of actuals and formals does not match in function call"

In reply to silverace99work:

The last argument to `uvm_info needs to be one of the verbosity enumerations or a decimal value. Typically this would be UVM_LOW, UVM_HIGH, etc. UVM_INFO is not a valid option here.