From 88dbc4be9cb58f6b4efca5c436d676fc012eaaf7 Mon Sep 17 00:00:00 2001
From: Damien Lacoste <damien.lacoste@esrf.fr>
Date: Fri, 20 Nov 2020 14:34:48 +0100
Subject: [PATCH] Went ahead of myself again, fix the doc

---
 doc/configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/configuration.md b/doc/configuration.md
index f7342ad..e8291e7 100644
--- a/doc/configuration.md
+++ b/doc/configuration.md
@@ -8,7 +8,7 @@ Configuration parameters are as follows:
 
 | Parameter | Mandatory | Default | Description |
 |------|-----|-----|-----|
-| libname | true | None | Must be "libhdb++timescale.so", this parameter is getting deprecated as the backend is enforced during compilation |
+| libname | true | None | Must be "libhdb++timescale.so", unless the event subscriber is directly built against this backend, in this case this is not needed. |
 | connect_string | true | None | Postgres connection string, eg user=postgres host=localhost port=5432 dbname=hdb password=password |
 | logging_level | false | error | Logging level. See table below |
 | log_file | false | false | Enable logging to file |
-- 
GitLab