Skip to content

Commit

Permalink
Merge pull request #730 from jmuf/patch-1
Browse files Browse the repository at this point in the history
XrdClStream.cc: typo
  • Loading branch information
simonmichal committed Jun 8, 2018
2 parents c07962c + 77a42b2 commit a349ac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/XrdCl/XrdClStream.cc
Expand Up @@ -147,7 +147,7 @@ namespace XrdCl
Log *log = DefaultEnv::GetLog();
log->Debug( PostMasterMsg, "[%s] Stream parameters: Network Stack: %s, "
"Connection Window: %d, ConnectionRetry: %d, Stream Error "
"Widnow: %d", pStreamName.c_str(), netStack.c_str(),
"Window: %d", pStreamName.c_str(), netStack.c_str(),
pConnectionWindow, pConnectionRetry, pStreamErrorWindow );
}

Expand Down Expand Up @@ -301,7 +301,7 @@ namespace XrdCl
if( pSubStreams.size() <= path.up )
{
log->Warning( PostMasterMsg, "[%s] Unable to send message %s through "
"substream %d using 0 instead", pStreamName.c_str(),
"substream %d, using 0 instead", pStreamName.c_str(),
msg->GetDescription().c_str(), path.up );
path.up = 0;
}
Expand Down

0 comments on commit a349ac1

Please sign in to comment.