mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-14 03:58:18 +00:00
Log close error to console
This commit is contained in:
parent
5a8fe3d2b4
commit
040876b0d3
|
@ -287,6 +287,7 @@ int CGetFile::OnCompletion(int State)
|
||||||
{
|
{
|
||||||
if(m_File && io_close(m_File) != 0)
|
if(m_File && io_close(m_File) != 0)
|
||||||
{
|
{
|
||||||
|
dbg_msg("http", "i/o error, cannot close file: %s", m_aDest);
|
||||||
State = HTTP_ERROR;
|
State = HTTP_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue