Skip to content

Commit 05e7835

Browse files
committed
refactor: log if the group is created as protected or not
1 parent 330fb02 commit 05e7835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chat.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ impl ChatId {
327327

328328
info!(
329329
context,
330-
"Created group/mailinglist '{}' grpid={} as {}, blocked={}.",
330+
"Created group/mailinglist '{}' grpid={} as {}, blocked={}, protected={create_protected}.",
331331
&grpname,
332332
grpid,
333333
chat_id,

0 commit comments

Comments
 (0)