[LON-CAPA-cvs] cvs: loncom / loncnew
albertel
lon-capa-cvs@mail.lon-capa.org
Tue, 15 Mar 2005 01:12:20 -0000
albertel Mon Mar 14 20:12:20 2005 EDT
Modified files:
/loncom loncnew
Log:
some of BUG 3996
Index: loncom/loncnew
diff -u loncom/loncnew:1.67 loncom/loncnew:1.68
--- loncom/loncnew:1.67 Mon Jan 17 17:18:44 2005
+++ loncom/loncnew Mon Mar 14 20:12:20 2005
@@ -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 @@
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;
}