2.3.3 (14029)

in sigCentralHandler we have a mismatch with the documentation ie 
debugSignal.txt is written to irrespective of the value of $SignalLog  this log 
grows at over 6G/hr

Change

+    if ($SignalLog > 1) {
        open $S, '>>',"$base/debugSignal.txt";
        binmode $S;
        print $S "$m\n";
        close $S;
 +   }

Andrew Macpherson
and...@oa5.com 
(Twitter @OA5dotCom)

The Red Lion #5. Much Hadham. Herts SG10 6DD. GB
Phone +44 1279 843147 GSM +44 78999 61797
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to