Turn off message

Hi,
How i suppress the message write on the screen when i save the canvas:
"Info in TCanvas::Print: GIF file eps_file/C_Amp_3673.gif has been
created"
Thanks
Luc Perrot

Hi Luc,

use
gErrorIgnoreLevel=1;
default is 0

global variable is defined in TError.h

Rene Brun

1 Like