Skip to content
Snippets Groups Projects
Commit 2a0190af authored by Michael Davis's avatar Michael Davis
Browse files

[xrd_ssi] Removes debug message from OStreamBuffer class

parent 3b920963
No related branches found
No related tags found
No related merge requests found
......@@ -21,9 +21,9 @@ find_package (cryptopp REQUIRED)
find_package (xrootdclient REQUIRED)
include_directories (${XROOTD_INCLUDE_DIR} ${CMAKE_SOURCE_DIR})
add_executable (cta CTACmdMain.cpp Configuration.cpp)
target_link_libraries (cta ${XROOTD_XRDCL_LIB} cryptopp)
install (TARGETS cta DESTINATION usr/bin)
add_executable (cta.deprecated CTACmdMain.cpp Configuration.cpp)
target_link_libraries (cta.deprecated ${XROOTD_XRDCL_LIB} cryptopp)
install (TARGETS cta.deprecated DESTINATION usr/bin)
INSTALL (FILES cta-cli.conf DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/cta)
include_directories (${CMAKE_SOURCE_DIR}/tapeserver/)
......
......@@ -112,7 +112,7 @@ CERN Tape Archive:
The xroot plugin
%files -n cta-cli
%defattr(-,root,root)
%attr(0755,root,root) %{_bindir}/cta
%attr(0755,root,root) %{_bindir}/cta.deprecated
%attr(0755,root,root) %{_bindir}/cta-admin
%attr(0755,root,root) %{_bindir}/eoscta_stub
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cta/cta-cli.conf
......
......@@ -99,7 +99,9 @@ private:
* Called by the XrdSsi framework when it is finished with the object
*/
virtual void Recycle() {
#ifdef XRDSSI_DEBUG
std::cerr << "[DEBUG] OStreamBuffer::Recycle()" << std::endl;
#endif
delete this;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment