From 2c74ed2123a6a4ca89bc58cebc86b3c98479974d Mon Sep 17 00:00:00 2001
From: Rene Brun <Rene.Brun@cern.ch>
Date: Thu, 1 Jul 2010 06:57:49 +0000
Subject: [PATCH] Fix format

git-svn-id: http://root.cern.ch/svn/root/trunk@34260 27541ba8-7e3a-0410-8455-c3a389f83636
---
 doc/v528/index.html                 | 4 +++-
 tree/treeplayer/src/TTreePlayer.cxx | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/doc/v528/index.html b/doc/v528/index.html
index 054efa4fe9d..683fd6ff2fa 100644
--- a/doc/v528/index.html
+++ b/doc/v528/index.html
@@ -50,9 +50,11 @@ return false;}
   <h1>ROOT Version 5.28/00 Release Notes</h1>
 
 <div class="classdescr">
-<p>ROOT version 5.28/00 will be released on June 30 2010.
+<p>ROOT version 5.27/04 has been released on June 30 2010.
 In case you are upgrading from an old version, please read the releases notes
 of version 5.16, 5.18, 5.20, 5.22, 5.24 and version 5.26 in addition to these notes.</p>
+<p>The production version is scheduled for December 2010, but it could happen earlier
+in case the LHC experiments request a release.
 </div></div></div>
 <ul>
 <li><a href="#bindings"> <b>Bindings</b></a> - packages related to the interplay with other programming languages (Python, Ruby)</li>
diff --git a/tree/treeplayer/src/TTreePlayer.cxx b/tree/treeplayer/src/TTreePlayer.cxx
index 152c17e6713..1b5d2bf3288 100644
--- a/tree/treeplayer/src/TTreePlayer.cxx
+++ b/tree/treeplayer/src/TTreePlayer.cxx
@@ -502,7 +502,7 @@ Long64_t TTreePlayer::DrawScript(const char* wrapperPrefix,
    }
    selname.Append(aclicMode);
 
-   Info("DrawScript",Form("Will process tree/chain using %s",selname.Data()));
+   Info("DrawScript","%s",Form("Will process tree/chain using %s",selname.Data()));
    Long64_t result = fTree->Process(selname,option,nentries,firstentry);
    fTree->SetNotify(0);
 
-- 
GitLab