Changeset 615

Show
Ignore:
Timestamp:
12/06/08 03:35:47 (6 months ago)
Author:
markdoliner
Message:

This debug message was incorrect

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/sm/pkt.c

    r545 r615  
    461461 
    462462    if(pkt->rfrom == NULL) { 
    463         log_debug(ZONE, "invalid to address on packet, unable to route"); 
     463        log_debug(ZONE, "invalid from address on packet, unable to route"); 
    464464        pkt_free(pkt); 
    465465        return;