mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +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:error("Closing due to error calling on%s: %s", what, err);
|
||||||
self:destroy();
|
self:destroy();
|
||||||
else
|
else
|
||||||
self:debug("Error calling on%s: %s", what, err);
|
self:error("Error calling on%s: %s", what, err);
|
||||||
end
|
end
|
||||||
return nil, err;
|
return nil, err;
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue