mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_s2s: Lower log message to 'warn' level, standard for remotely-triggered protocol issues
This commit is contained in:
parent
9543307b58
commit
4c0ea8780e
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ function stream_callbacks.streamopened(session, attr)
|
|||
elseif session.direction == "outgoing" then
|
||||
session.notopen = nil;
|
||||
if not attr.id then
|
||||
log("error", "Stream response did not give us a stream id!");
|
||||
log("warn", "Stream response did not give us a stream id!");
|
||||
session:close({ condition = "undefined-condition", text = "Missing stream ID" });
|
||||
return;
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue