Skip to content

Commit 1cff30a

Browse files
committed
fix: missing schema response message.
1 parent 55b9ff9 commit 1cff30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/server/ClientWorker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ ClientWorker::procSchemaReviseRequest(const std::string &a_uid,
787787
LogContext log_context) {
788788
log_context.correlation_id =
789789
std::get<std::string>(msg_request->get(MessageAttribute::CORRELATION_ID));
790-
PROC_MSG_BEGIN(SchemaReviseRequest, AckReply, log_context)
790+
PROC_MSG_BEGIN(SchemaReviseRequest, SchemaDataReply, log_context)
791791

792792
m_db_client.setClient(a_uid);
793793

0 commit comments

Comments
 (0)