[master] 59db991be polish d89c8bf59b9da8263f1a767c68e4ee35d2569d11

Nils Goroll nils.goroll at uplex.de
Tue Jan 12 15:38:07 UTC 2021


commit 59db991be5281a7f4e9519781acc4eb244aa9b3e
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Tue Jan 12 16:37:21 2021 +0100

    polish d89c8bf59b9da8263f1a767c68e4ee35d2569d11

diff --git a/vmod/vmod_debug_obj.c b/vmod/vmod_debug_obj.c
index 1ccb2f826..8915402df 100644
--- a/vmod/vmod_debug_obj.c
+++ b/vmod/vmod_debug_obj.c
@@ -155,7 +155,7 @@ static void
 obj_priv_task_fini(void *ptr)
 {
 	AN(ptr);
-	VSL(SLT_Debug, 0, "obj_priv_task_fini(%p = \"%s\")", ptr, ptr);
+	VSL(SLT_Debug, 0, "obj_priv_task_fini(%p = \"%s\")", ptr, (char *)ptr);
 }
 
 static const struct vmod_priv_methods xyzzy_obj_test_priv_task_methods[1] = {{


More information about the varnish-commit mailing list