snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit f93b5ad0910feea24e88cebb9e4214ec5b24b4e3
parent 7ebe4a13a10afd17971a59375479bae5726ffd7f
Author: default <nobody@localhost>
Date:   Sat, 16 Dec 2023 23:24:32 +0100

Fixed a misleding log text.

Diffstat:
Mdata.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data.c b/data.c @@ -2224,7 +2224,7 @@ void enqueue_telegram(const xs_str *msg, const char *bot, const char *chat_id) qmsg = _enqueue_put(fn, qmsg); - srv_debug(1, xs_fmt("enqueue_email %s %s", bot, chat_id)); + srv_debug(1, xs_fmt("enqueue_telegram %s %s", bot, chat_id)); }