summaryrefslogtreecommitdiff
path: root/frontends/cocoa/desktop-tree.m
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/cocoa/desktop-tree.m')
-rw-r--r--frontends/cocoa/desktop-tree.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/cocoa/desktop-tree.m b/frontends/cocoa/desktop-tree.m
index 1015f9358..0874eeef7 100644
--- a/frontends/cocoa/desktop-tree.m
+++ b/frontends/cocoa/desktop-tree.m
@@ -278,7 +278,7 @@ struct tree *tree_create(unsigned int flags,
tree = calloc(sizeof(struct tree), 1);
if (tree == NULL) {
- LOG("calloc failed");
+ NSLOG(netsurf, INFO, "calloc failed");
guit->misc->warning(messages_get_errorcode(NSERROR_NOMEM), 0);
return NULL;
}