aboutsummaryrefslogtreecommitdiff
path: root/sbin/hastctl
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2011-01-27 19:24:07 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2011-01-27 19:24:07 +0000
commiteeb3cd677dbd847c953bd21471e76e54d9eb8e44 (patch)
tree156713b4c2427908651506d8f2dee350b6902142 /sbin/hastctl
parent6ef7ddd788f06e3bf8813b5229b45023d8a872b8 (diff)
Notes
Diffstat (limited to 'sbin/hastctl')
-rw-r--r--sbin/hastctl/hastctl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/hastctl/hastctl.c b/sbin/hastctl/hastctl.c
index d19b541e00b3d..80b4e49628b0b 100644
--- a/sbin/hastctl/hastctl.c
+++ b/sbin/hastctl/hastctl.c
@@ -430,6 +430,7 @@ main(int argc, char *argv[])
break;
}
+ pjdlog_init(PJDLOG_MODE_STD);
pjdlog_debug_set(debug);
cfg = yy_config_parse(cfgpath, true);