diff --git a/root/io/newstl/TestHelpers.C b/root/io/newstl/TestHelpers.C index 2cbf1c56c1..ea7223185d 100644 --- a/root/io/newstl/TestHelpers.C +++ b/root/io/newstl/TestHelpers.C @@ -57,7 +57,7 @@ void fillListOfDir(TList &l) { TObjString *obj; while ((obj = (TObjString*)next())) { const char *file = obj->GetName(); - cout << "found the directory " << obj->GetName() << endl; + cout << "found the directory " << file << endl; } } }