aboutsummaryrefslogtreecommitdiff
path: root/apps/mandelbrot.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mandelbrot.c')
-rw-r--r--apps/mandelbrot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/mandelbrot.c b/apps/mandelbrot.c
index a2be040..d5b8ae0 100644
--- a/apps/mandelbrot.c
+++ b/apps/mandelbrot.c
@@ -48,6 +48,7 @@ void draw_mandelbrot(struct window *win, int resolution)
}
}
gui_redraw();
+ print("Rendered mandelbrot successfully\n");
yield();
}