From eb1a5e3cc64ab939252835c78398229338a8edf2 Mon Sep 17 00:00:00 2001 From: Yihao Deng Date: Thu, 4 Jul 2024 08:05:51 +0000 Subject: [PATCH] fix comment --- source/libs/stream/src/streamSnapshot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/libs/stream/src/streamSnapshot.c b/source/libs/stream/src/streamSnapshot.c index bbf7f5499d..3514ad218d 100644 --- a/source/libs/stream/src/streamSnapshot.c +++ b/source/libs/stream/src/streamSnapshot.c @@ -156,7 +156,7 @@ void snapFileDebugInfo(SBackendSnapFile2* pSnapFile) { char* buf = taosMemoryCalloc(1, cap); if (buf == NULL) { - stError("%s failed to alloc memory", STREAM_STATE_TRANSFER, tstrerror(TSDB_CODE_OUT_OF_MEMORY)); + stError("%s failed to alloc memory, reason:%s", STREAM_STATE_TRANSFER, tstrerror(TSDB_CODE_OUT_OF_MEMORY)); return; }