diff options
| -rw-r--r-- | tools/idevicesyslog.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/tools/idevicesyslog.c b/tools/idevicesyslog.c index 5e5ecf3..52a4174 100644 --- a/tools/idevicesyslog.c +++ b/tools/idevicesyslog.c @@ -114,6 +114,7 @@ static void device_event_cb(const idevice_event_t* event, void* userdata)  	} else if (event->event == IDEVICE_DEVICE_REMOVE) {  		if (syslog && (strcmp(udid, event->udid) == 0)) {  			stop_logging(); +			fprintf(stdout, "[disconnected]\n");  		}  	}  } | 
