diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2014-07-09 11:24:21 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2014-07-09 17:36:17 +0200 |
commit | 6b57784f0f175275fd900eca21c77415e3a5ea52 (patch) | |
tree | d84f5e07346aa1a452a3b9148719dacd79b08164 /src/tools/sss_cache.c | |
parent | 9a990aa9f7e8c105e0cfeea8d8cbdc776c2d5d7a (diff) | |
download | sssd-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/tools/sss_cache.c')
-rw-r--r-- | src/tools/sss_cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/sss_cache.c b/src/tools/sss_cache.c index ffa4e35e2..7cd5852ab 100644 --- a/src/tools/sss_cache.c +++ b/src/tools/sss_cache.c @@ -600,7 +600,7 @@ errno_t init_context(int argc, const char *argv[], struct cache_tool_ctx **tctx) } } - DEBUG_INIT(debug); + DEBUG_CLI_INIT(debug); debug_prg_name = argv[0]; if (ret != -1) { |