summaryrefslogtreecommitdiff
path: root/desktop/netsurf.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/netsurf.c')
-rw-r--r--desktop/netsurf.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/netsurf.c b/desktop/netsurf.c
index 606774bf3..f0b7e32f6 100644
--- a/desktop/netsurf.c
+++ b/desktop/netsurf.c
@@ -102,10 +102,15 @@ void netsurf_poll(void)
void netsurf_exit(void)
{
+ LOG(("Closing GUI"));
gui_quit();
+ LOG(("Closing content"));
content_quit();
+ LOG(("Closing fetches"));
fetch_quit();
+ LOG(("Closing utf8"));
utf8_finalise();
+ LOG(("Exited successfully"));
}