summaryrefslogtreecommitdiff
path: root/content/handlers/html/html_interaction.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-11-06 23:26:48 +0000
committerVincent Sanders <vince@kyllikki.org>2019-11-06 23:26:48 +0000
commit7de3100624bf77980e92f8e507a209dfe34a8309 (patch)
tree27f14c293e11dd421ecc4c4a8e57b94b4e747b22 /content/handlers/html/html_interaction.c
parentfca421e2047a55f3cf575c92943c1116ec58da3c (diff)
downloadnetsurf-7de3100624bf77980e92f8e507a209dfe34a8309.tar.gz
netsurf-7de3100624bf77980e92f8e507a209dfe34a8309.tar.bz2
remove unecessary user warning
Diffstat (limited to 'content/handlers/html/html_interaction.c')
-rw-r--r--content/handlers/html/html_interaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/handlers/html/html_interaction.c b/content/handlers/html/html_interaction.c
index 1eedf1b8f..330dd24d0 100644
--- a/content/handlers/html/html_interaction.c
+++ b/content/handlers/html/html_interaction.c
@@ -1101,7 +1101,7 @@ void html_mouse_action(struct content *c, struct browser_window *bw,
}
if (res != NSERROR_OK) {
- guit->misc->warning(messages_get_errorcode(res), NULL);
+ NSLOG(netsurf, ERROR, "%s", messages_get_errorcode(res));
}
}