--- loncom/loncnew	2005/01/17 22:18:44	1.67
+++ loncom/loncnew	2005/03/15 01:12:20	1.68
@@ -2,7 +2,7 @@
 # The LearningOnline Network with CAPA
 # lonc maintains the connections to remote computers
 #
-# $Id: loncnew,v 1.67 2005/01/17 22:18:44 albertel Exp $
+# $Id: loncnew,v 1.68 2005/03/15 01:12:20 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1611,8 +1611,8 @@ sub SignalledToDeath {
     chomp($signal);
     Log("CRITICAL", "Abnormal exit.  Child $$ for $RemoteHost "
 	."died through "."\"$signal\"");
-    LogPerm("F:lonc: $$ on $RemoteHost signalled to death: "
-	    ."\"$signal\"");
+    #LogPerm("F:lonc: $$ on $RemoteHost signalled to death: "
+#	    ."\"$signal\"");
     exit 0;
 
 }