diff --git a/src/XrdCl/XrdClFileStateHandler.cc b/src/XrdCl/XrdClFileStateHandler.cc index f8ee1535861..521231e23c9 100644 --- a/src/XrdCl/XrdClFileStateHandler.cc +++ b/src/XrdCl/XrdClFileStateHandler.cc @@ -1109,7 +1109,7 @@ namespace XrdCl if( !issupported ) { - DefaultEnv::GetLog()->Info( FileMsg, "[0x%x@%s] PgRead not supported; substituting with Read.", + DefaultEnv::GetLog()->Debug( FileMsg, "[0x%x@%s] PgRead not supported; substituting with Read.", this, pFileUrl->GetURL().c_str() ); ResponseHandler *substitHandler = new PgReadSubstitutionHandler( this, handler ); st = Read( offset, size, buffer, substitHandler, timeout );