mirror of
https://gitee.com/TarsCloud/TarsCpp.git
synced 2024-12-22 22:16:38 +08:00
remove logs
modify CMakeList remove cmake warning
This commit is contained in:
parent
118b2d701c
commit
57da604c10
2
servant/libservant/CMakeLists.txt
Normal file → Executable file
2
servant/libservant/CMakeLists.txt
Normal file → Executable 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
2
servant/libservant/ObjectProxy.cpp
Normal file → Executable 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)
|
||||
|
Loading…
Reference in New Issue
Block a user