Revision: 14832
Author: roelf.diedericks
Date: Mon Dec 13 03:05:10 2010
Log: Rollback the '-N' changes. I must learn to read the usage ;) '-d x' does what
I need.

http://code.google.com/p/lusca-cache/source/detail?r=14832

Modified:
 /branches/LUSCA_HEAD/src/main.c

=======================================
--- /branches/LUSCA_HEAD/src/main.c     Sun Dec 12 13:21:11 2010
+++ /branches/LUSCA_HEAD/src/main.c     Mon Dec 13 03:05:10 2010
@@ -430,10 +430,7 @@
     setUmask(Config.umask);
     setEffectiveUser();
     _db_init(Config.debugOptions);
-    if (opt_no_daemon)
-       _db_init_log(NULL);
-    else
-       _db_init_log(Config.Log.log);
+    _db_init_log(Config.Log.log);

/* XXX the ipcache/fqdncache config variables need to be set before this is called! */
     ipcache_local_params();
@@ -583,10 +580,7 @@
        Config.Port.icp = (u_short) icpPortNumOverride;

     _db_init(Config.debugOptions);
-    if (opt_no_daemon)
-       _db_init_log(NULL);
-    else
-       _db_init_log(Config.Log.log);
+    _db_init_log(Config.Log.log);

     fd_open(fileno(debug_log), FD_LOG, Config.Log.log);
 #if MEM_GEN_TRACE

--
You received this message because you are subscribed to the Google Groups 
"lusca-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/lusca-commit?hl=en.

Reply via email to