You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@depot.apache.org by aj...@apache.org on 2004/05/03 20:01:42 UTC

svn commit: rev 10513 - incubator/depot/trunk/common/src/java/org/apache/depot/common/log

Author: ajack
Date: Mon May  3 13:01:42 2004
New Revision: 10513

Modified:
   incubator/depot/trunk/common/src/java/org/apache/depot/common/log/Logger.java
Log:
Tell if logger (plug-in) crashes..


Modified: incubator/depot/trunk/common/src/java/org/apache/depot/common/log/Logger.java
==============================================================================
--- incubator/depot/trunk/common/src/java/org/apache/depot/common/log/Logger.java	(original)
+++ incubator/depot/trunk/common/src/java/org/apache/depot/common/log/Logger.java	Mon May  3 13:01:42 2004
@@ -313,6 +313,7 @@
 			} catch (Throwable t)
 			{
 				// Their problems are not ours...
+				System.err.println("Logger failed to log.");
 			}
 		}
 	}