fix: add debug log
This commit is contained in:
parent
cbfc9872c6
commit
c2d071a2e4
|
@ -529,7 +529,7 @@ int32_t queryProcessGetDbCfgRsp(void *output, char *msg, int32_t msgSize) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (tDeserializeSDbCfgRsp(msg, msgSize, &out) != 0) {
|
if (tDeserializeSDbCfgRsp(msg, msgSize, &out) != 0) {
|
||||||
qError("tDeserializeSDbCfgRsp failed, msgSize:%d", msgSize);
|
qError("tDeserializeSDbCfgRsp failed, msgSize:%d,dbCfgRsp:%d", msgSize, sizeof(out));
|
||||||
return TSDB_CODE_INVALID_MSG;
|
return TSDB_CODE_INVALID_MSG;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue