From 6ff3238825f21e0abec37b1d485318648d824cab Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 3 Nov 2018 15:12:27 +0000 Subject: centralise monkey output generation --- frontends/monkey/bitmap.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontends/monkey/bitmap.c') diff --git a/frontends/monkey/bitmap.c b/frontends/monkey/bitmap.c index 83b8566b6..e53b565d1 100644 --- a/frontends/monkey/bitmap.c +++ b/frontends/monkey/bitmap.c @@ -23,6 +23,7 @@ #include "utils/errors.h" #include "netsurf/bitmap.h" +#include "monkey/output.h" #include "monkey/bitmap.h" struct bitmap { @@ -127,7 +128,7 @@ static int bitmap_get_height(void *bitmap) static nserror bitmap_render(struct bitmap *bitmap, struct hlcache_handle *content) { - fprintf(stdout, "GENERIC BITMAP RENDER\n"); + moutf(MOUT_GENERIC, "BITMAP RENDER"); return NSERROR_OK; } -- cgit v1.2.3