diff --git a/src/common/io/filter/buffer.c b/src/common/io/filter/buffer.c index e04fdbefa..4bc4d093e 100644 --- a/src/common/io/filter/buffer.c +++ b/src/common/io/filter/buffer.c @@ -124,7 +124,7 @@ ioBufferFilter(const IoBuffer *this) } /*********************************************************************************************************************************** -Convert to a zero-terminated string for logging +Render as string for logging ***********************************************************************************************************************************/ String * ioBufferToLog(const IoBuffer *this) diff --git a/src/common/io/filter/group.c b/src/common/io/filter/group.c index c6bd99f53..737fbed2e 100644 --- a/src/common/io/filter/group.c +++ b/src/common/io/filter/group.c @@ -402,7 +402,7 @@ ioFilterGroupResult(const IoFilterGroup *this, const String *filterType) } /*********************************************************************************************************************************** -Convert to a zero-terminated string for logging +Render as string for logging ***********************************************************************************************************************************/ String * ioFilterGroupToLog(const IoFilterGroup *this) diff --git a/src/common/io/filter/size.c b/src/common/io/filter/size.c index 4a2c3a4fb..03e0d34f6 100644 --- a/src/common/io/filter/size.c +++ b/src/common/io/filter/size.c @@ -82,7 +82,7 @@ ioSizeFilter(const IoSize *this) } /*********************************************************************************************************************************** -Convert to a zero-terminated string for logging +Render as string for logging ***********************************************************************************************************************************/ String * ioSizeToLog(const IoSize *this) diff --git a/src/common/type/buffer.c b/src/common/type/buffer.c index dc51bf6bd..ea1136fdb 100644 --- a/src/common/type/buffer.c +++ b/src/common/type/buffer.c @@ -399,7 +399,7 @@ bufUsedZero(Buffer *this) } /*********************************************************************************************************************************** -Convert to a zero-terminated string for logging +Render as string for logging ***********************************************************************************************************************************/ String * bufToLog(const Buffer *this) diff --git a/src/common/type/list.c b/src/common/type/list.c index 3d7b3d639..9b936514c 100644 --- a/src/common/type/list.c +++ b/src/common/type/list.c @@ -174,7 +174,7 @@ lstSort(List *this, int (*comparator)(const void *, const void*)) } /*********************************************************************************************************************************** -Convert to a zero-terminated string for logging +Render as string for logging ***********************************************************************************************************************************/ String * lstToLog(const List *this) diff --git a/src/common/type/string.c b/src/common/type/string.c index d4e5ae019..6af5c2849 100644 --- a/src/common/type/string.c +++ b/src/common/type/string.c @@ -731,7 +731,7 @@ size_t strObjToLog(const void *object, StrObjToLogFormat formatFunc, char *buffe } /*********************************************************************************************************************************** -Convert to a zero-terminated string for logging +Render as string for logging ***********************************************************************************************************************************/ String * strToLog(const String *this) diff --git a/src/common/type/stringList.c b/src/common/type/stringList.c index 9ef12a688..9f494c3e5 100644 --- a/src/common/type/stringList.c +++ b/src/common/type/stringList.c @@ -518,7 +518,7 @@ strLstSort(StringList *this, SortOrder sortOrder) } /*********************************************************************************************************************************** -Convert to a zero-terminated string for logging +Render as string for logging ***********************************************************************************************************************************/ String * strLstToLog(const StringList *this) diff --git a/src/compress/gzipCompress.c b/src/compress/gzipCompress.c index a39c3b22a..b43ff0eab 100644 --- a/src/compress/gzipCompress.c +++ b/src/compress/gzipCompress.c @@ -175,7 +175,7 @@ gzipCompressInputSame(const GzipCompress *this) } /*********************************************************************************************************************************** -Convert to a zero-terminated string for logging +Render as string for logging ***********************************************************************************************************************************/ String * gzipCompressToLog(const GzipCompress *this) diff --git a/src/compress/gzipDecompress.c b/src/compress/gzipDecompress.c index 8eb9d4946..91b199560 100644 --- a/src/compress/gzipDecompress.c +++ b/src/compress/gzipDecompress.c @@ -150,7 +150,7 @@ gzipDecompressInputSame(const GzipDecompress *this) } /*********************************************************************************************************************************** -Convert to a zero-terminated string for logging +Render as string for logging ***********************************************************************************************************************************/ String * gzipDecompressToLog(const GzipDecompress *this) diff --git a/src/info/infoPg.c b/src/info/infoPg.c index 0772683dd..5b18f04c7 100644 --- a/src/info/infoPg.c +++ b/src/info/infoPg.c @@ -214,7 +214,7 @@ infoPgDataTotal(const InfoPg *this) } /*********************************************************************************************************************************** -Convert to a zero-terminated string for logging +Render as string for logging ***********************************************************************************************************************************/ String * infoPgDataToLog(const InfoPgData *this) diff --git a/src/storage/storage.c b/src/storage/storage.c index 3b7ad0823..62add5d6a 100644 --- a/src/storage/storage.c +++ b/src/storage/storage.c @@ -618,7 +618,7 @@ storageRemove(const Storage *this, const String *fileExp, StorageRemoveParam par } /*********************************************************************************************************************************** -Convert to a zero-terminated string for logging +Render as string for logging ***********************************************************************************************************************************/ String * storageToLog(const Storage *this)