View Single Post
  #3  
Old 09-02-2009, 10:25 PM
fourier
Sarnak
 
Join Date: Aug 2009
Location: MO
Posts: 35
Default

Ok, an update.
In the source code in client.cpp I see:
clog(WORLD__CLIENT,"Sending client to zone %s (%d:%d) at %s:%d",zonename,zoneID,instanceID,zsi->ip,zsi->port);

So, the IP address should be printing before the port, but i am only seeing :<port#>. Why is the IP address not printing for me? Any ideas before I start modifying code to print out more debug messages? LOL
Reply With Quote