summaryrefslogtreecommitdiff
path: root/nslcd/nslcd.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-12-16 14:35:03 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-12-16 14:35:03 -0500
commit9922d3fb47002ada1e751a1d26be9fb5b9c75dfc (patch)
treee35b565a647b90d7d284c5f341fc70618e409c27 /nslcd/nslcd.c
parent2bdd7e9a0b059ddfdb58f4a58d339ae32d206877 (diff)
simplify the logger
Diffstat (limited to 'nslcd/nslcd.c')
-rw-r--r--nslcd/nslcd.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/nslcd/nslcd.c b/nslcd/nslcd.c
index d7891e6..1b2ecf7 100644
--- a/nslcd/nslcd.c
+++ b/nslcd/nslcd.c
@@ -425,11 +425,6 @@ int main(int argc, char *argv[])
/* read configuration file */
cfg_init(NSLCD_CONF_PATH);
- /* intilialize logging */
- if (!nslcd_debugging)
- {
- log_startlogging();
- }
/* log start */
log_log(LOG_INFO, "version %s starting", VERSION);
/* install handler to close stuff off on exit and log notice */