summaryrefslogtreecommitdiff
path: root/frontends/amiga/cookies.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/amiga/cookies.c')
-rw-r--r--frontends/amiga/cookies.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/frontends/amiga/cookies.c b/frontends/amiga/cookies.c
index 877805cda..45e883fde 100644
--- a/frontends/amiga/cookies.c
+++ b/frontends/amiga/cookies.c
@@ -136,7 +136,7 @@ ami_cookies_mouse(struct ami_corewindow *ami_cw,
/**
* callback for keypress for cookies viewer on core window
*
- * \param example_cw The Amiga core window structure.
+ * \param ami_cw The Amiga core window structure.
* \param nskey The netsurf key code
* \return NSERROR_OK on success otherwise apropriate error code
*/
@@ -153,6 +153,8 @@ ami_cookies_key(struct ami_corewindow *ami_cw, uint32_t nskey)
* callback on draw event for cookies viewer on core window
*
* \param ami_cw The Amiga core window structure.
+ * \param x The x cordinate to plot at
+ * \param y The y cordinate to plot at
* \param r The rectangle of the window that needs updating.
* \param ctx The drawing context
* \return NSERROR_OK on success otherwise apropriate error code
@@ -362,7 +364,7 @@ nserror ami_cookies_present(void)
res = ami_cookies_create_window(ncwin);
if (res != NSERROR_OK) {
- LOG("SSL UI builder init failed");
+ NSLOG(netsurf, INFO, "SSL UI builder init failed");
ami_utf8_free(ncwin->core.wintitle);
free(ncwin);
return res;