Turn off info message

Hi,

Is there a way to turn off messages like these:

“Info in TCanvas::Print: file endcap_reg_pt_bin_3.png has been created”

Thanks.

Andrew

gErrorIgnoreLevel = kWarning;
See [url]How to set output verbosity level in ROOT? and “${ROOTSYS}/include/TError.h” or “${ROOTSYS}/include/root/TError.h” files.