Changeset 224 for trunk

Show
Ignore:
Timestamp:
08/08/08 21:57:58 (3 months ago)
Author:
zany
Message:

show OBEX_HandleInput errors

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/obexftp/client.c

    r223 r224  
    426426                DEBUG(3, "%s() OBEX_HandleInput = %d\n", __func__, ret); 
    427427 
    428                 if (ret <= 0) 
     428                if (ret <= 0) { 
     429                        DEBUG(2, "%s() OBEX_HandleInput error: %d\n", __func__, errno); 
    429430                        return -1; 
     431                } 
    430432        } 
    431433