misc.
@@ -236,8 +236,8 @@ | ||
236 | 236 | if ( fd >= FD_SETSIZE ) |
237 | 237 | stdObject::panic("invalid fd read 2"); |
238 | 238 | if ( fd >= FD_SETSIZE*0.75 ) |
239 | - tsLog::log_printf(THIS,LOG_WARNING,"fd amount neary over !! %i >= %i FD_SETSIZE=%i\n", | |
240 | - fd,FD_SETSIZE*0.75,FD_SETSIZE); | |
239 | + tsLog::log_printf(THIS,LOG_WARNING,"fd amount neary over !! %i >= %f FD_SETSIZE=%i (%p)\n", | |
240 | + fd,FD_SETSIZE*0.75,FD_SETSIZE,THIS); | |
241 | 241 | dd = NEW fwIOdata(); |
242 | 242 | dd->type = TSE_RETURN; |
243 | 243 | dd->seq = tinyState::getSeq(); |
@@ -257,8 +257,8 @@ | ||
257 | 257 | if ( fd >= FD_SETSIZE ) |
258 | 258 | stdObject::panic("invalid fd write 4"); |
259 | 259 | if ( fd >= FD_SETSIZE*0.75 ) |
260 | - tsLog::log_printf(THIS,LOG_WARNING,"fd amount neary over !! %i >= %i FD_SETSIZE=%i\n", | |
261 | - fd,FD_SETSIZE*0.75,FD_SETSIZE); | |
260 | + tsLog::log_printf(THIS,LOG_WARNING,"fd amount neary over !! %i >= %f FD_SETSIZE=%i (%p)\n", | |
261 | + fd,FD_SETSIZE*0.75,FD_SETSIZE,THIS); | |
262 | 262 | dd = NEW fwIOdata(); |
263 | 263 | dd->type = TSE_RETURN; |
264 | 264 | dd->seq = tinyState::getSeq(); |