diff --git a/xroot_plugins/XrdProFile.cpp b/xroot_plugins/XrdProFile.cpp index 00e441fc1d24c266eaf491425616421c96a4fc74..eab25252cec136d92a0a3e842c2e93d557f32493 100644 --- a/xroot_plugins/XrdProFile.cpp +++ b/xroot_plugins/XrdProFile.cpp @@ -672,10 +672,11 @@ void XrdProFile::xCom_archiveroute(const std::vector<std::string> &tokens, const responseSS << it->getStorageClassName() << " " << it->getCopyNb() << " " << it->getTapePoolName() - << " " << it->getCreator().uid - << " " << it->getCreator().gid - << " " << it->getCreationTime() - << " " << it->getComment(); + << " " << it->getCreationLog().user.uid + << " " << it->getCreationLog().user.gid + << " " << it->getCreationLog().host + << " " << it->getCreationLog().time + << " " << it->getCreationLog().comment; } m_data = responseSS.str(); }