summaryrefslogtreecommitdiff
path: root/frontends/atari/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/atari/settings.c')
-rw-r--r--frontends/atari/settings.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/atari/settings.c b/frontends/atari/settings.c
index ed1fb2e45..ac4afa315 100644
--- a/frontends/atari/settings.c
+++ b/frontends/atari/settings.c
@@ -172,7 +172,7 @@ static char **read_locales(void)
atari_warn_user("Failed to load locales: %s",buf);
return(NULL);
} else {
- LOG("Reading locales from: %s...", buf);
+ NSLOG(netsurf, INFO, "Reading locales from: %s...", buf);
}
/* Count items: */
@@ -980,12 +980,12 @@ void open_settings(void)
void close_settings(void)
{
- LOG("closing");
+ NSLOG(netsurf, INFO, "closing");
gemtk_wm_remove(settings_guiwin);
settings_guiwin = NULL;
wind_close(h_aes_win);
wind_delete(h_aes_win);
h_aes_win = 0;
- LOG("Done");
+ NSLOG(netsurf, INFO, "Done");
}