• R/O
  • SSH
  • HTTPS

globalbase: Commit


Commit MetaInfo

Revision5983 (tree)
Time2019-09-10 22:39:42
Authorjoshua

Log Message

misc.

Change Summary

Incremental Difference

--- modules/tinyState/trunk/src/classes/ts/c++/fwIO.cpp (revision 5982)
+++ modules/tinyState/trunk/src/classes/ts/c++/fwIO.cpp (revision 5983)
@@ -236,8 +236,8 @@
236236 if ( fd >= FD_SETSIZE )
237237 stdObject::panic("invalid fd read 2");
238238 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);
241241 dd = NEW fwIOdata();
242242 dd->type = TSE_RETURN;
243243 dd->seq = tinyState::getSeq();
@@ -257,8 +257,8 @@
257257 if ( fd >= FD_SETSIZE )
258258 stdObject::panic("invalid fd write 4");
259259 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);
262262 dd = NEW fwIOdata();
263263 dd->type = TSE_RETURN;
264264 dd->seq = tinyState::getSeq();
Show on old repository browser