mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-22 13:25:04 +00:00
Fixed error message.
This commit is contained in:
parent
25b0829470
commit
e78f0bf1b1
1 changed files with 1 additions and 1 deletions
|
@ -1513,7 +1513,7 @@ int process_input_message(snac *snac, xs_dict *msg, xs_dict *req)
|
|||
if (!valid_status(a_status)) {
|
||||
/* do not retry 'Delete' messages */
|
||||
if (strcmp(type, "Delete") == 0) {
|
||||
srv_debug(1, xs_fmt("dropping 'Delete' message due to actor error", actor, a_status));
|
||||
srv_debug(1, xs_fmt("dropping 'Delete' message due to actor error %s %d", actor, a_status));
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue