- Timestamp:
- 08/08/08 21:57:58 (3 months ago)
- Files:
-
- 1 modified
-
trunk/obexftp/client.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/obexftp/client.c
r223 r224 426 426 DEBUG(3, "%s() OBEX_HandleInput = %d\n", __func__, ret); 427 427 428 if (ret <= 0) 428 if (ret <= 0) { 429 DEBUG(2, "%s() OBEX_HandleInput error: %d\n", __func__, errno); 429 430 return -1; 431 } 430 432 } 431 433
