Skip to content
Snippets Groups Projects
Commit 9f90123b authored by Eric Cano's avatar Eric Cano
Browse files

Fixed compilation amd porting issues.

parent 234cce81
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ castor::tape::tapeserver::daemon::Session::EndOfSessionAction
params.push_back(log::Param("gid", m_request.gid));
params.push_back(log::Param("TPVID", m_request.vid));
params.push_back(log::Param("unitName", m_request.drive));
params.push_back(log::Param("dgn", m_request.dgn));
params.push_back(log::Param("logicalLibrary", m_request.logicalLibrary));
params.push_back(log::Param("force", boolToStr(m_force)));
params.push_back(log::Param("lbp", boolToStr(m_lbp)));
m_log(LOG_WARNING, "Label session configured to use LBP but lbp parameter "
......@@ -326,7 +326,7 @@ void castor::tape::tapeserver::daemon::LabelSession::writeLabelWithLbpToTape(
params.push_back(log::Param("gid", m_request.gid));
params.push_back(log::Param("TPVID", m_request.vid));
params.push_back(log::Param("unitName", m_request.drive));
params.push_back(log::Param("dgn", m_request.dgn));
params.push_back(log::Param("logicalLibrary", m_request.logicalLibrary));
params.push_back(log::Param("force", boolToStr(m_force)));
params.push_back(log::Param("lbp", boolToStr(m_lbp)));
......
......@@ -20,8 +20,8 @@ cmake_minimum_required (VERSION 2.6)
include_directories (${CMAKE_SOURCE_DIR}/tapeserver)
set_source_files_properties(CRC.cpp PROPERTIES COMPILE_FLAGS -O2)
add_library (Utils Regex.cpp CRC.cpp)
add_library (Utils Regex.cpp)
add_library (ctatapeserverutilsunittests SHARED
RegexTest.cpp)
......
......@@ -22,6 +22,7 @@ cmake_minimum_required (VERSION 2.6)
include_directories(/usr/include/shift)
include_directories(${PROJECT_SOURCE_DIR}/tapeserver)
set_source_files_properties(CRC.cpp PROPERTIES COMPILE_FLAGS -O2)
set (UTILS_LIB_SRC_FILES
SmartFd.cpp
SmartFILEPtr.cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment