mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-14 17:45:04 +00:00
Some log tweaks.
This commit is contained in:
parent
c7285494fc
commit
976083bf87
1 changed files with 1 additions and 1 deletions
|
@ -959,7 +959,7 @@ int process_input_message(snac *snac, xs_dict *msg, xs_dict *req)
|
|||
|
||||
/* reject messages that are not for this user */
|
||||
if (!is_msg_for_me(snac, msg)) {
|
||||
snac_debug(snac, 0, xs_fmt("message from %s not for us", actor));
|
||||
snac_debug(snac, 0, xs_fmt("message from %s of type '%s' not for us", actor, type));
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue