cwNbMpScQueue.cpp : Added more info to error msg. in push(h,blob,blobByteN)
This commit is contained in:
parent
e6524ea945
commit
249400d2ce
@ -328,7 +328,7 @@ cw::rc_t cw::nbmpscq::push( handle_t h, const void* blob, unsigned blobByteN )
|
||||
// BEWARE: BUG BUG BUG: Since the cwLog makes calls to cwWebSocket
|
||||
// this error message, and subsequent error messages,
|
||||
// will result in a recursive loop which will crash the program.
|
||||
rc = cwLogError(kBufTooSmallRC,"NbMpScQueue overflow.");
|
||||
rc = cwLogError(kBufTooSmallRC,"NbMpScQueue overflow. Increase 'queueBlkCnt' and/or 'queueBlkByteCnt'");
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user