From 9243710ca372de26823c2225c7b46b072458c671 Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期五, 28 五月 2021 17:18:33 +0800 Subject: [PATCH] tcp proxy requests, need more test. --- box/center_topic_node.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/box/center_topic_node.cpp b/box/center_topic_node.cpp index 5c8df7a..749f4e6 100644 --- a/box/center_topic_node.cpp +++ b/box/center_topic_node.cpp @@ -106,7 +106,7 @@ *reply.mutable_errmsg() = data.errmsg(); reply.set_data(ToJson(data)); } else { - SetError(*reply.mutable_errmsg(), eInvalidInput, "not supported topic" + request.topic()); + SetError(*reply.mutable_errmsg(), eInvalidInput, "invalid topic: " + request.topic()); } pnode_->ServerSendReply(src_info, reply); }; -- Gitblit v1.8.0