aboutsummaryrefslogtreecommitdiffstats
path: root/include/settings.h
diff options
context:
space:
mode:
authoripknHama <ipknhama@gmail.com>2014-09-14 20:04:27 +0900
committeripknHama <ipknhama@gmail.com>2014-09-14 20:04:27 +0900
commit532eb71e2bb7784dd3091fcb57d878de09ab75b8 (patch)
treee2bdfaef23b8cb53ffc0f258ce1b093738decc59 /include/settings.h
parentcfc3705ea4b53b30ad2022a7aa88aa752d85d2df (diff)
downloadcrow-532eb71e2bb7784dd3091fcb57d878de09ab75b8.tar.gz
crow-532eb71e2bb7784dd3091fcb57d878de09ab75b8.zip
add pragma once to settings.h, set log level to DEBUG for unittest
Diffstat (limited to 'include/settings.h')
-rw-r--r--include/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/settings.h b/include/settings.h
index 83729e3..e40f9e4 100644
--- a/include/settings.h
+++ b/include/settings.h
@@ -1,3 +1,4 @@
+#pragma once
// settings for crow
// TODO - replace with runtime config. libucl?