Official eMule-Board: Little Fix For Debuglogline In Shahashset.cpp - Official eMule-Board

Jump to content


Page 1 of 1

Little Fix For Debuglogline In Shahashset.cpp

#1 User is offline   Riso64Bit 

  • Magnificent Member
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 339
  • Joined: 24-March 09

Posted 14 September 2018 - 05:33 PM

02/09/2018 23:36:24: AICH Request failed, Trying to ask another client (file NAME.mkv, Part: 10,  Client95.251.XXX.XXX 'http://emule-project.net' (eMule v0.50a,NoNeededParts/None/None))



i think is necessary to add ':' and a space between "Client" and Source IP


SHAHashSet.cpp
line 1031

 theApp.QueueDebugLogLine(false, _T("AICH Request failed, Trying to ask another client (file %s, Part: %u,  Client%s)"), (LPCTSTR)data.m_pPartFile->GetFileName(), data.m_nPart, (LPCTSTR)pClient->DbgGetClientInfo());


should be

 theApp.QueueDebugLogLine(false, _T("AICH Request failed, Trying to ask another client (file %s, Part: %u,  Client: %s)"), (LPCTSTR)data.m_pPartFile->GetFileName(), data.m_nPart, (LPCTSTR)pClient->DbgGetClientInfo());




Client%s ---> becomes Client: %s
0

#2 User is offline   fox88 

  • Golden eMule
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 4974
  • Joined: 13-May 07

Posted 15 September 2018 - 08:50 AM

Will be fixed. Thanks.
0

  • Member Options

Page 1 of 1

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users