Skip to content

Commit

Permalink
[XrdCl] Move PgRead substitution with Read msg to Debug log level.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Jan 25, 2021
1 parent a492703 commit f41f567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdCl/XrdClFileStateHandler.cc
Expand Up @@ -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 );
Expand Down

0 comments on commit f41f567

Please sign in to comment.