summaryrefslogtreecommitdiff
path: root/frontends/atari/plot/font_vdi.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/atari/plot/font_vdi.c')
-rw-r--r--frontends/atari/plot/font_vdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/atari/plot/font_vdi.c b/frontends/atari/plot/font_vdi.c
index ef5499207..7cd82ddc9 100644
--- a/frontends/atari/plot/font_vdi.c
+++ b/frontends/atari/plot/font_vdi.c
@@ -70,7 +70,7 @@ int ctor_font_plotter_vdi( FONT_PLOTTER self )
self->str_split = str_split;
self->pixel_pos = pixel_pos;
self->text = text;
- LOG("%s: %s\n", (char *)__FILE__, __FUNCTION__);
+ NSLOG(netsurf, INFO, "%s: %s\n", (char *)__FILE__, __FUNCTION__);
if( !init ) {
vdih = self->vdi_handle;
}