Skip to content
Snippets Groups Projects
Commit e302d8c4 authored by rswindell's avatar rswindell
Browse files

Now logs socket error number if no packet downloaded.

parent 35c5fea0
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@ ftp_get sock str qwk
if_true
lprintf "QNET-FTP: Downloaded %s successfully" str
else
lprintf "QNET-FTP: %s NOT downloaded (no new messages?)" str
lprintf "QNET-FTP: %s NOT downloaded socket_error=%d (no new messages?)" str _socket_error
end_if
#################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment