summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-12-16 23:24:32 +0100
committerdefault <nobody@localhost>2023-12-16 23:24:32 +0100
commitf93b5ad0910feea24e88cebb9e4214ec5b24b4e3 (patch)
tree7f392a66f207c04c5d3c59d9d1421c532de5c81b
parent7ebe4a13a10afd17971a59375479bae5726ffd7f (diff)
Fixed a misleding log text.
-rw-r--r--data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/data.c b/data.c
index 3af3dd2..2dfee50 100644
--- 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));
}