diff options
| -rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2224,7 +2224,7 @@ void enqueue_telegram(const xs_str *msg, const char *bot, const char *chat_id) | |||
| 2224 | 2224 | ||
| 2225 | qmsg = _enqueue_put(fn, qmsg); | 2225 | qmsg = _enqueue_put(fn, qmsg); |
| 2226 | 2226 | ||
| 2227 | srv_debug(1, xs_fmt("enqueue_email %s %s", bot, chat_id)); | 2227 | srv_debug(1, xs_fmt("enqueue_telegram %s %s", bot, chat_id)); |
| 2228 | } | 2228 | } |
| 2229 | 2229 | ||
| 2230 | 2230 | ||