mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-10 03:50:38 +03:00
Fixed a misleding log text.
This commit is contained in:
parent
7ebe4a13a1
commit
f93b5ad091
2
data.c
2
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);
|
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));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user