Explorar o código

Fixed a misleding log text.

default %!s(int64=2) %!d(string=hai) anos
pai
achega
f93b5ad091
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      data.c

+ 1 - 1
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));
 }
 }