mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
net.server_epoll: Increase log level for error in callback
It's an error, it should be logged at error level.
This commit is contained in:
parent
d45b5b23e7
commit
ec2e732fea
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ function interface:on(what, ...)
|
|||
self:error("Closing due to error calling on%s: %s", what, err);
|
||||
self:destroy();
|
||||
else
|
||||
self:debug("Error calling on%s: %s", what, err);
|
||||
self:error("Error calling on%s: %s", what, err);
|
||||
end
|
||||
return nil, err;
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue