diff --git a/EcAlerter.h b/EcAlerter.h index ce2851b..325f1f0 100644 --- a/EcAlerter.h +++ b/EcAlerter.h @@ -216,11 +216,7 @@ * by this message (not present if this is not an alarm). * *

The Log 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).
- * After the colon you may place a table name, but if you don't then - * the message will be logged to the 'Alert' table.
+ * normally treated as filenames (stored in the standard log directory).
* 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. * * - *

When an ExAlerter instance is used by a Control server process, + *

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.
diff --git a/EcAlerter.m b/EcAlerter.m index 23c9e2b..95fa94c 100644 --- a/EcAlerter.m +++ b/EcAlerter.m @@ -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