summaryrefslogtreecommitdiffstats
path: root/src/tools/sss_groupmod.c
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2011-08-09 13:01:05 +0200
committerStephen Gallagher <sgallagh@redhat.com>2011-08-25 15:46:11 -0400
commit99dd40a885ed3d42af4bbbde7ee2fc98830544d0 (patch)
tree52cbd2a20ff339f751a6f08a1af78ace5563a924 /src/tools/sss_groupmod.c
parent267bdd44fc55e064412177b7a67c7a047c912177 (diff)
downloadsssd_unused-99dd40a885ed3d42af4bbbde7ee2fc98830544d0.tar.gz
sssd_unused-99dd40a885ed3d42af4bbbde7ee2fc98830544d0.tar.xz
sssd_unused-99dd40a885ed3d42af4bbbde7ee2fc98830544d0.zip
New DEBUG facility - conversion
https://fedorahosted.org/sssd/ticket/925 Conversion of the old debug_level format to the new one. (only where it was necessary) Removed: SSS_DEFAULT_DEBUG_LEVEL (completely replaced with SSSDBG_DEFAULT)
Diffstat (limited to 'src/tools/sss_groupmod.c')
-rw-r--r--src/tools/sss_groupmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/sss_groupmod.c b/src/tools/sss_groupmod.c
index 48701adf..bea57f87 100644
--- a/src/tools/sss_groupmod.c
+++ b/src/tools/sss_groupmod.c
@@ -98,7 +98,7 @@ int main(int argc, const char **argv)
BAD_POPT_PARAMS(pc, _("Specify group to modify\n"), ret, fini);
}
- debug_level = pc_debug;
+ debug_level = debug_convert_old_level(pc_debug);
CHECK_ROOT(ret, debug_prg_name);