| 383 | | |
|---|
| 384 | | std::ostringstream err_stream; |
|---|
| 385 | | vpr::Error::outputCurrentError(err_stream, "Read failed"); |
|---|
| 386 | | vprDEBUG(vprDBG_ALL, vprDBG_CRITICAL_LVL) |
|---|
| 387 | | << "[vpr::SocketImplNSPR::read_i()] " << err_stream.str() |
|---|
| 388 | | << vprDEBUG_FLUSH; |
|---|
| | 383 | if ( err_code != PR_IO_TIMEOUT_ERROR ) |
|---|
| | 384 | { |
|---|
| | 385 | std::ostringstream err_stream; |
|---|
| | 386 | vpr::Error::outputCurrentError(err_stream, "Read failed"); |
|---|
| | 387 | vprDEBUG(vprDBG_ALL, vprDBG_CRITICAL_LVL) |
|---|
| | 388 | << "[vpr::SocketImplNSPR::read_i()] " << err_stream.str() |
|---|
| | 389 | << vprDEBUG_FLUSH; |
|---|
| | 390 | } |
|---|