diff --git a/source/client/src/clientImpl.c b/source/client/src/clientImpl.c index 42bebd5675..83cf924a02 100644 --- a/source/client/src/clientImpl.c +++ b/source/client/src/clientImpl.c @@ -264,7 +264,7 @@ int32_t buildRequest(uint64_t connId, const char* sql, int sqlLen, void* param, } } - tscDebugL("req:0x%" PRIx64 ", QID:0x%" PRIx64 ", build request", (*pRequest)->self, (*pRequest)->sqlstr, (*pRequest)->requestId); + tscDebugL("req:0x%" PRIx64 ", QID:0x%" PRIx64 ", build request", (*pRequest)->self, (*pRequest)->requestId); return TSDB_CODE_SUCCESS; }