summaryrefslogtreecommitdiff
path: root/amiga/filetype.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-02-21 12:29:03 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-02-21 12:29:03 +0000
commit8b82e926fde72b4f1becb04f12335cacc280c592 (patch)
treece89e034bef622a3384e98df090949188257672a /amiga/filetype.c
parent90d88f32d126fae1de2f8984f5d55d7a72f98578 (diff)
downloadnetsurf-8b82e926fde72b4f1becb04f12335cacc280c592.tar.gz
netsurf-8b82e926fde72b4f1becb04f12335cacc280c592.tar.bz2
debug
Diffstat (limited to 'amiga/filetype.c')
-rw-r--r--amiga/filetype.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/amiga/filetype.c b/amiga/filetype.c
index b37ebe58d..aa3e29620 100644
--- a/amiga/filetype.c
+++ b/amiga/filetype.c
@@ -176,6 +176,8 @@ nserror ami_mime_init(const char *mimefile)
struct nsObject *node;
struct ami_mime_entry *mimeentry;
+ LOG(("mimetypes file: %s", mimefile));
+
if(ami_mime_list == NULL)
ami_mime_list = NewObjList();