Skip to content

Commit

Permalink
XrdCl: Print missing mtime message when calling xrdfs stat.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljanyst committed Apr 15, 2015
1 parent f5e550c commit 8f0bb45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/XrdCl/XrdClFS.cc
Expand Up @@ -884,6 +884,7 @@ XRootDStatus DoStat( FileSystem *fs,
std::cout << "Path: " << fullPath << std::endl;
std::cout << "Id: " << info->GetId() << std::endl;
std::cout << "Size: " << info->GetSize() << std::endl;
std::cout << "MTime: " << info->GetModTimeAsString() << std::endl;
std::cout << "Flags: " << info->GetFlags() << " (" << flags << ")";
std::cout << std::endl;
if( query.length() != 0 )
Expand Down

0 comments on commit 8f0bb45

Please sign in to comment.