summaryrefslogtreecommitdiff
path: root/frontends/windows/filetype.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/windows/filetype.c')
-rw-r--r--frontends/windows/filetype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/windows/filetype.c b/frontends/windows/filetype.c
index d31434aeb..a5fd9e95e 100644
--- a/frontends/windows/filetype.c
+++ b/frontends/windows/filetype.c
@@ -39,7 +39,7 @@
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";