aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: SendHelloPacket  (Read 1875 times)

kricklen

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 31
SendHelloPacket
« on: April 06, 2005, 03:04:36 PM »

Not sure where to put this, but with the cvs versions of late i get
Code: [Select]
ED2k Client: Couldn't send hello packet (Client deleted by SendHelloPacket!)every now and then. Sometimes it spams pages, is there something wrong on my end?
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: SendHelloPacket
« Reply #1 on: April 06, 2005, 03:20:10 PM »

This is debug output, disable debug messages, nothing critical.
Logged

kricklen

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 31
Re: SendHelloPacket
« Reply #2 on: April 06, 2005, 03:48:21 PM »

Thanks. Can't remember turning on debug msgs anywhere though, gonna check that.
Logged

Xaignar

  • Admin and Code Junky
  • Hero Member
  • *****
  • Karma: 19
  • Offline Offline
  • Posts: 1103
Re: SendHelloPacket
« Reply #3 on: April 06, 2005, 05:09:50 PM »

That's because it was a printf, so I flagged it critical. It is now changed to a non-critical, so it'll only show if debugging is enabled.
Logged