Commit c8aa7df5 authored by Dietmar Maurer's avatar Dietmar Maurer

do not log child start/end

parent 9831cb26
...@@ -33,7 +33,7 @@ use PVE::INotify; ...@@ -33,7 +33,7 @@ use PVE::INotify;
use PVE::RPCEnvironment; use PVE::RPCEnvironment;
sub childinit { sub childinit {
syslog ('info', "Starting new child $$"); # syslog ('info', "Starting new child $$");
eval { eval {
PVE::INotify::inotify_init(); PVE::INotify::inotify_init();
...@@ -45,7 +45,7 @@ sub childinit { ...@@ -45,7 +45,7 @@ sub childinit {
sub childexit { sub childexit {
# BUG: seems this is not called if we do $r->child_terminate() # BUG: seems this is not called if we do $r->child_terminate()
syslog ('info', "Finish child $$"); # syslog ('info', "Finish child $$");
} }
my $s = Apache2::ServerUtil->server; my $s = Apache2::ServerUtil->server;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment