remove logs

modify CMakeList remove cmake warning
This commit is contained in:
ruanshudong 2019-11-04 15:04:14 +08:00
parent 118b2d701c
commit 57da604c10
2 changed files with 2 additions and 2 deletions

2
servant/libservant/CMakeLists.txt Normal file → Executable file
View File

@ -18,7 +18,7 @@ else()
target_link_libraries(tarsservant)
endif()
add_dependencies(tarsservant COPY-SERVENT-TARS tarsframework)
add_dependencies(tarsservant COPY-SERVENT-TARS)
install(TARGETS tarsservant
LIBRARY DESTINATION lib

2
servant/libservant/ObjectProxy.cpp Normal file → Executable file
View File

@ -219,7 +219,7 @@ const vector<AdapterProxy*> & ObjectProxy::getAdapters() const
void ObjectProxy::doInvokeException(ReqMessage * msg)
{
TLOGINFO("[TARS][ObjectProxy::doInvokeException, objname:" << _name << "]" << endl);
// TLOGINFO("[TARS][ObjectProxy::doInvokeException, objname:" << _name << "]" << endl);
//单向调用出现异常直接删除请求
if(msg->eType == ReqMessage::ONE_WAY)