From a08019518cda8df634d1c22ba2587f08ae887be4 Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Sun, 30 May 2021 16:08:08 -0500 Subject: [PATCH] f --- src/pixie/paths.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pixie/paths.nim b/src/pixie/paths.nim index bc0c995..aeb1e8b 100644 --- a/src/pixie/paths.nim +++ b/src/pixie/paths.nim @@ -1179,7 +1179,7 @@ template computeCoverages( when defined(pixieLeakCheck): if prevAt != size.x and count != 0: - echo "Leak detected: ", count, " @ ", prevAt, " ", y + echo "Leak detected: ", count, " @ (", prevAt, ", ", y, ")" proc fillShapes( image: Image,