Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
573fa72d
Commit
573fa72d
authored
Apr 30, 2019
by
rswindell
Browse files
Lower the log level of teh "Timed out receiving packet data" log message from
ERROR to WARNING - for Ragnarok.
parent
c72bd201
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
exec/load/binkp.js
exec/load/binkp.js
+1
-1
No files found.
exec/load/binkp.js
View file @
573fa72d
...
...
@@ -1080,7 +1080,7 @@ BinkP.prototype.recvFrame = function(timeout)
return
undefined
;
}
else
if
(
timeout
)
{
log
(
LOG_
ERROR
,
"
Timed out receiving packet data from remote:
"
+
this
.
remote_addrs
);
log
(
LOG_
WARNING
,
"
Timed out receiving packet data from remote:
"
+
this
.
remote_addrs
);
this
.
sock
.
close
();
this
.
sock
=
undefined
;
return
undefined
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment