Rev 4720 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4720 | Rev 4726 | ||
|---|---|---|---|
| Line 128... | Line 128... | ||
| 128 | fprintf( output, "Socket not connected (%d) error", error_code ); |
128 | fprintf( output, "Socket not connected (%d) error", error_code ); |
| 129 | break; |
129 | break; |
| 130 | case NO_DATA: |
130 | case NO_DATA: |
| 131 | fprintf( output, "No data (%d) error", error_code ); |
131 | fprintf( output, "No data (%d) error", error_code ); |
| 132 | break; |
132 | break; |
| - | 133 | case EINPROGRESS: |
|
| - | 134 | fprintf( output, "Another operation in progress (%d) error", error_code ); |
|
| - | 135 | break; |
|
| 133 | default: |
136 | default: |
| 134 | fprintf( output, "Other (%d) error", error_code ); |
137 | fprintf( output, "Other (%d) error", error_code ); |
| 135 | } |
138 | } |
| 136 | if( suffix ){ |
139 | if( suffix ){ |
| 137 | fprintf( output, "%s", suffix ); |
140 | fprintf( output, "%s", suffix ); |