diff --git a/source/util/src/tgeosctx.c b/source/util/src/tgeosctx.c index e0986ad18c..bfaed88671 100644 --- a/source/util/src/tgeosctx.c +++ b/source/util/src/tgeosctx.c @@ -84,7 +84,7 @@ int32_t getThreadLocalGeosCtx(SGeosContext **ppCtx) { _exit: if (code != 0) { *ppCtx = NULL; - uError("failed to get thread local geos context at lino:%d since %s", lino, tstrerror(code)); + uError("failed to get geos context at lino:%d since %s", lino, tstrerror(code)); } TAOS_RETURN(code);