]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/journal/test-compress.c
Merge pull request #16407 from bluca/verity_reuse
[thirdparty/systemd.git] / src / journal / test-compress.c
index 0990f7604d549d5bc2660b353c4810dc272f0c52..f50fb0acea82dc635bb5759137e9011a7e2efaeb 100644 (file)
@@ -232,6 +232,8 @@ static void test_lz4_decompress_partial(void) {
         int r;
         _cleanup_free_ char *huge = NULL;
 
+        log_debug("/* %s */", __func__);
+
         assert_se(huge = malloc(HUGE_SIZE));
         memcpy(huge, "HUGE=", STRLEN("HUGE="));
         memset(&huge[STRLEN("HUGE=")], 'x', HUGE_SIZE - STRLEN("HUGE=") - 1);