Skip to content
Snippets Groups Projects
Commit 0bbc5218 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

use Info instead of printf.

git-svn-id: http://root.cern.ch/svn/root/trunk@35722 27541ba8-7e3a-0410-8455-c3a389f83636
parent 399e317c
No related branches found
No related tags found
No related merge requests found
......@@ -131,8 +131,8 @@ void TMemStatMng::Close()
fgInstance->Disable();
fgInstance->fDumpTree->AutoSave();
fgInstance->fDumpTree->GetUserInfo()->Delete();
printf("TMemStat Tree saved to file %s\n",fgInstance->fDumpFile->GetName());
::Info("TMemStatMng::Close", "Tree saved to file %s\n", fgInstance->fDumpFile->GetName());
delete fgInstance->fDumpFile;
//fgInstance->fDumpFile->Close();
......@@ -160,9 +160,9 @@ TMemStatMng::~TMemStatMng()
//______________________________________________________________________________
void TMemStatMng::SetMaxcalls(Long64_t maxcalls)
{
//set the maximum number of new/delete registered in the output Tree
// Set the maximum number of new/delete registered in the output Tree.
fMaxCalls = maxcalls;
printf("setting MasCalls=%lld\n",maxcalls);
}
//______________________________________________________________________________
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment