Changeset 166 for branches/renetcolSMP/src/headers_mgmt.c
- Timestamp:
- 07/23/14 15:16:06 (8 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/renetcolSMP/src/headers_mgmt.c
r154 r166 145 145 if (regRouter == 2) 146 146 { 147 syslog(LOG_INFO,"Router Address not registered : %lu.%lu.%lu.%lu)",147 /* syslog(LOG_INFO,"Router Address not registered : %lu.%lu.%lu.%lu)", 148 148 (pckt->ipH->srcAdd>>24), 149 149 (pckt->ipH->srcAdd<<8>>24), 150 150 (pckt->ipH->srcAdd<<16>>24), 151 (pckt->ipH->srcAdd<<24>>24)); 151 (pckt->ipH->srcAdd<<24>>24)); */ 152 152 return (1); 153 153 }