fix SQLChannel documentation

This commit is contained in:
Günter Obiltschnig
2018-09-27 11:27:17 +02:00
parent 0ca1a0a84e
commit 5669a1ae3b

View File

@@ -88,9 +88,7 @@ public:
/// * name: The name used to identify the source of log messages.
/// Defaults to "-".
///
/// * target: The target data storage type ("SQLite", "ODBC", ...).
///
/// * connector: The target data storage connector name.
/// * connector: The target data storage connector name ("SQLite", "ODBC", ...).
///
/// * connect: The target data storage connection string.
///