diff --git a/cmdline/CtaAdminCmd.cpp b/cmdline/CtaAdminCmd.cpp index 60c3718e416c88eaed3d95979381508b5a40f169..8fac1605b1ae9bd4bb0b38977339ca90e275b0e6 100644 --- a/cmdline/CtaAdminCmd.cpp +++ b/cmdline/CtaAdminCmd.cpp @@ -148,8 +148,6 @@ void CtaAdminCmd::send() const throwUsage(ex.what()); } - XrdSsiPb::Log::DumpProtobuf(XrdSsiPb::Log::PROTOBUF, &m_request.admincmd()); - // Get socket address of CTA Frontend endpoint cta::cmdline::Configuration cliConf("/etc/cta/cta-cli.conf"); @@ -301,7 +299,6 @@ int CtaAdminCmd::GetRequestTimeout() const // Use default if XRD_REQUESTTIMEOUT is not a valid positive integer if(request_timeout <= 0) request_timeout = DefaultRequestTimeout; - XrdSsiPb::Log::Msg(XrdSsiPb::Log::DEBUG, LOG_SUFFIX, "GetRequestTimeout(): Request timeout = ", request_timeout, 's'); return request_timeout; } diff --git a/cmdline/EosCtaStub.cpp b/cmdline/EosCtaStub.cpp index 9e4f654e43f2af25326fcde19a97494e6de31cf1..e849a741c1dffd17b4fabe020e95737aa4bb8622 100644 --- a/cmdline/EosCtaStub.cpp +++ b/cmdline/EosCtaStub.cpp @@ -117,7 +117,7 @@ void base64Decode(cta::eos::Notification ¬ification, const std::string &argva else if(key == "mode") notification.mutable_file()->set_mode(stoi(val)); else if(key == "file") notification.mutable_file()->set_lpath(val); else { - XrdSsiPb::Log::Msg(XrdSsiPb::Log::ERROR, "base64Decode", "No match in protobuf for fmd:", key, '=', val); + std::cerr << "base64Decode(): No match in protobuf for fmd:" << key << '=' << val << std::endl; } } @@ -161,7 +161,7 @@ void base64Decode(cta::eos::Notification ¬ification, const std::string &argva notification.mutable_directory()->mutable_xattr()->insert(google::protobuf::MapPair<string,string>(xattrn, val)); } else { - XrdSsiPb::Log::Msg(XrdSsiPb::Log::ERROR, "base64Decode", "No match in protobuf for dmd:", key, '=', val); + std::cerr << "base64Decode(): No match in protobuf for dmd:" << key << '=' << val << std::endl; } } } @@ -265,8 +265,6 @@ int exceptionThrowingMain(int argc, const char *const *const argv) fillNotification(notification, argc, argv); - XrdSsiPb::Log::DumpProtobuf(XrdSsiPb::Log::PROTOBUF, ¬ification); - // Get socket address of CTA Frontend endpoint cta::cmdline::Configuration cliConf("/etc/cta/cta-cli.conf"); @@ -284,8 +282,6 @@ int exceptionThrowingMain(int argc, const char *const *const argv) cta_service.Send(request, response); - XrdSsiPb::Log::DumpProtobuf(XrdSsiPb::Log::PROTOBUF, &response); - // Handle responses switch(response.type()) diff --git a/xrootd-ssi-protobuf-interface b/xrootd-ssi-protobuf-interface index bb95ae8b5acfc8424b6a5537a5738bd92b4dfb2a..ded90c7c6d000246b846763e4c38b151f1899cea 160000 --- a/xrootd-ssi-protobuf-interface +++ b/xrootd-ssi-protobuf-interface @@ -1 +1 @@ -Subproject commit bb95ae8b5acfc8424b6a5537a5738bd92b4dfb2a +Subproject commit ded90c7c6d000246b846763e4c38b151f1899cea