correct a few comments

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@38354 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2015-02-21 05:03:59 +00:00
parent ff145bdcd6
commit db6fc5df31
2 changed files with 3 additions and 7 deletions

View file

@ -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 />

View file

@ -636,7 +636,7 @@ replaceFields(NSDictionary *fields, NSString *template)
}
NS_HANDLER
{
NSLog(@"Exception handling database log for rule: %@",
NSLog(@"Exception handling log for rule: %@",
localException);
}
NS_ENDHANDLER