Skip to content

Commit

Permalink
[XrdCl] Add missing argument to logging message
Browse files Browse the repository at this point in the history
  • Loading branch information
amadio committed Nov 26, 2024
1 parent 103e70f commit 65a6eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdCl/XrdClCopy.cc
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ int main( int argc, char **argv )
}
log->Dump( AppMsg, "Processing source entry: %s, type %s, target file: %s, logLevel = %d",
sourcePathObf.c_str(), FileType2String( sourceFile->Protocol ),
destPathObf.c_str() );
destPathObf.c_str(), log->GetLevel() );

//--------------------------------------------------------------------------
// Set up the job
Expand Down

0 comments on commit 65a6eee

Please sign in to comment.