summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/log.h b/utils/log.h
index b773ec4a2..27f43230f 100644
--- a/utils/log.h
+++ b/utils/log.h
@@ -119,4 +119,5 @@ extern void nslog_log(const char *file, const char *func, int ln, const char *fo
#endif /* WITH_NSLOG */
+#define LOG(format, args...) NSLOG(netsurf, INFO, format , ##args)
#endif