summaryrefslogtreecommitdiffstats
path: root/src/tests/refcount-tests.c
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-11-05 23:42:11 +0100
committerJakub Hrozek <jhrozek@redhat.com>2012-11-13 12:42:22 +0100
commit7eabf0b9d835bfb724d1c348fd0acd4975652a1b (patch)
tree62258b8ec01e0924ae43ae835d148a9c534225ac /src/tests/refcount-tests.c
parent7452f1b637276ce582b120f8f5482ae7f3b6bd47 (diff)
downloadsssd-7eabf0b9d835bfb724d1c348fd0acd4975652a1b.tar.gz
sssd-7eabf0b9d835bfb724d1c348fd0acd4975652a1b.tar.xz
sssd-7eabf0b9d835bfb724d1c348fd0acd4975652a1b.zip
TESTS: Fix a couple of debug-level setters
Diffstat (limited to 'src/tests/refcount-tests.c')
-rw-r--r--src/tests/refcount-tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/refcount-tests.c b/src/tests/refcount-tests.c
index 9a7e5b94c..d93f1561f 100644
--- a/src/tests/refcount-tests.c
+++ b/src/tests/refcount-tests.c
@@ -222,7 +222,7 @@ int main(int argc, const char *argv[])
}
poptFreeContext(pc);
- DEBUG_INIT(debug_level);
+ DEBUG_INIT(debug);
tests_set_cwd();