summaryrefslogtreecommitdiff
path: root/frontends/framebuffer/fetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/framebuffer/fetch.c')
-rw-r--r--frontends/framebuffer/fetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/framebuffer/fetch.c b/frontends/framebuffer/fetch.c
index 801b87a74..23cbb4f21 100644
--- a/frontends/framebuffer/fetch.c
+++ b/frontends/framebuffer/fetch.c
@@ -65,7 +65,7 @@ static nsurl *get_resource_url(const char *path)
static const char *fetch_filetype(const char *unix_path)
{
int l;
- LOG("unix path %s", unix_path);
+ NSLOG(netsurf, INFO, "unix path %s", unix_path);
l = strlen(unix_path);
if (2 < l && strcasecmp(unix_path + l - 3, "css") == 0)
return "text/css";