summaryrefslogtreecommitdiffstats
path: root/src/tests/fail_over-tests.c
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2014-07-09 11:24:21 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-07-09 17:36:17 +0200
commit6b57784f0f175275fd900eca21c77415e3a5ea52 (patch)
treed84f5e07346aa1a452a3b9148719dacd79b08164 /src/tests/fail_over-tests.c
parent9a990aa9f7e8c105e0cfeea8d8cbdc776c2d5d7a (diff)
downloadsssd-6b57784f0f175275fd900eca21c77415e3a5ea52.tar.gz
sssd-6b57784f0f175275fd900eca21c77415e3a5ea52.tar.xz
sssd-6b57784f0f175275fd900eca21c77415e3a5ea52.zip
TOOLS: Always debug to stderr
https://fedorahosted.org/sssd/ticket/2348 Programs that are supposed to only be executed on the foreground should log to stderr automatically. Reviewed-by: Michal Židek <mzidek@redhat.com>
Diffstat (limited to 'src/tests/fail_over-tests.c')
-rw-r--r--src/tests/fail_over-tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/fail_over-tests.c b/src/tests/fail_over-tests.c
index 78aaf9c10..b21ead382 100644
--- a/src/tests/fail_over-tests.c
+++ b/src/tests/fail_over-tests.c
@@ -311,7 +311,7 @@ main(int argc, const char *argv[])
}
poptFreeContext(pc);
- DEBUG_INIT(debug_level);
+ DEBUG_CLI_INIT(debug_level);
tests_set_cwd();