Author: rfm
Date: Sat Feb 21 06:03:59 2015
New Revision: 38354

URL: http://svn.gna.org/viewcvs/gnustep?rev=38354&view=rev
Log:
correct a few comments

Modified:
    libs/ec/trunk/EcAlerter.h
    libs/ec/trunk/EcAlerter.m

Modified: libs/ec/trunk/EcAlerter.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/ec/trunk/EcAlerter.h?rev=38354&r1=38353&r2=38354&view=diff
==============================================================================
--- libs/ec/trunk/EcAlerter.h   (original)
+++ libs/ec/trunk/EcAlerter.h   Sat Feb 21 06:03:59 2015
@@ -216,11 +216,7 @@
  *   by this message (not present if this is not an alarm).</desc>
  * </deflist>
  * <p>The <em>Log</em> array specifies a list of log destinations which are
- * normally treated as filenames (stored in the standard log directory).
- * However, a value beginning 'database:' * is logged to a
- * database (the default database configured for SQLClient).<br />
- * After the colon you may place a table name, but if you don't then
- * the message will be logged to the 'Alert' table.<br />
+ * normally treated as filenames (stored in the standard log directory).<br />
  * The values logged in separate fields are the Timestamp, Type, Server, Host,
  * Extra1, Extra2, and full log text (as produced by the Replacement config)
  * is written into the Message field of the table after having been truncated
@@ -282,7 +278,7 @@
  *     message identifier.</desc>
  * </deflist>
  *
- * <p>When an ExAlerter instance is used by a Control server process,
+ * <p>When an EcAlerter instance is used by a Control server process,
  *  The 'Alerter' configuration dictionary may contain some extra
  *  configuration used to define the way the Control server uses the
  *  alerter.<br />

Modified: libs/ec/trunk/EcAlerter.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/ec/trunk/EcAlerter.m?rev=38354&r1=38353&r2=38354&view=diff
==============================================================================
--- libs/ec/trunk/EcAlerter.m   (original)
+++ libs/ec/trunk/EcAlerter.m   Sat Feb 21 06:03:59 2015
@@ -636,7 +636,7 @@
         }
       NS_HANDLER
         {
-          NSLog(@"Exception handling database log for rule: %@",
+          NSLog(@"Exception handling log for rule: %@",
             localException);
         }
       NS_ENDHANDLER


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to