OSDN Git Service

Bug fix: supervised log
author0809216 <0809216@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Thu, 7 Oct 2010 11:47:59 +0000 (11:47 +0000)
committer0809216 <0809216@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Thu, 7 Oct 2010 11:47:59 +0000 (11:47 +0000)
git-svn-id: http://10.144.169.20/repos/um/branches/l7vsd-3.x-ramiel-epoll-cond@10347 1ed66053-1c2d-0410-8867-f7571e6e31d3

l7directord/l7directord

index 9182840..106da53 100644 (file)
@@ -3667,7 +3667,7 @@ sub ld_log {
     ld_debug(2, $message);
     chomp $message;
 
-    if ( !$PROC_STAT{log_opened} ) {
+    if ( !$CONFIG{supervised} && !$PROC_STAT{log_opened} ) {
         return 1;
     }