]> jfr.im git - irc/quakenet/newserv.git/blobdiff - proxyscan/proxyscan.c
Merge.
[irc/quakenet/newserv.git] / proxyscan / proxyscan.c
index 044ecad55bf02579424db2ab12461498e5254f9a..210686486377a1e5c0d9fb4249ba35fdbbecfe63 100644 (file)
@@ -898,7 +898,7 @@ void proxyscandebug(nick *np) {
     if ( node->exts[ps_cache_ext] ) {
       chp = (cachehost *) node->exts[ps_cache_ext];
       if (chp)
-        sendnoticetouser(proxyscannick,np,"node: %s , chp: %d", IPtostr(((patricia_node_t *)node)->prefix->sin), chp); 
+        sendnoticetouser(proxyscannick,np,"node: %s , chp: %p", IPtostr(((patricia_node_t *)node)->prefix->sin), chp);
     }
   } PATRICIA_WALK_END;