summaryrefslogtreecommitdiff
path: root/ctdb/tests/src/update_record_persistent.c
diff options
context:
space:
mode:
Diffstat (limited to 'ctdb/tests/src/update_record_persistent.c')
-rw-r--r--ctdb/tests/src/update_record_persistent.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ctdb/tests/src/update_record_persistent.c b/ctdb/tests/src/update_record_persistent.c
index 9323e3743c2..2d6d21e25cf 100644
--- a/ctdb/tests/src/update_record_persistent.c
+++ b/ctdb/tests/src/update_record_persistent.c
@@ -20,6 +20,7 @@
#include "replace.h"
#include "system/network.h"
+#include "lib/util/debug.h"
#include "lib/util/tevent_unix.h"
#include "protocol/protocol_api.h"
@@ -153,6 +154,8 @@ int main(int argc, const char *argv[])
int ret;
bool status;
+ setup_logging("update_record_persistene", DEBUG_STDERR);
+
status = process_options_database(argc, argv, &opts);
if (! status) {
exit(1);