Fix problem that syslog_facility don't change by reload
authorTakuma Hoshiai <hoshiai@sraoss.co.jp>
Tue, 8 Oct 2019 04:08:25 +0000 (13:08 +0900)
committerTakuma Hoshiai <hoshiai@sraoss.co.jp>
Tue, 8 Oct 2019 04:08:25 +0000 (13:08 +0900)
commitd4ccebfcc8004e43b894f515899027a3350a1ad7
tree3b617f5bf12aae273523ab721cca6c2c8fdf5454
parent58790a8f48f426f6ee424f76a53d118e14d4fcc8
Fix problem that syslog_facility don't change by reload

The cause is macro definition mistake. This fix unify macro definition, and delete old test code to use vsyslog().
Reported in bug 548.
configure.ac
src/include/utils/elog.h
src/utils/error/elog.c
src/watchdog/test/stab.c [deleted file]
src/watchdog/test/test.c [deleted file]
src/watchdog/test/wd_child_t.c [deleted file]
src/watchdog/test/wd_lifecheck_t.c [deleted file]
src/watchdog/test/wd_packet_t.c [deleted file]
src/watchdog/test/wd_ping_t.c [deleted file]