Skip to content

Commit

Permalink
Add entering rescue mode message for debug
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed Feb 15, 2013
1 parent ef3b414 commit 3d2613d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/usb_moded.c
Expand Up @@ -178,6 +178,7 @@ void set_usb_connected_state(void)
#endif
if(rescue_mode)
{
log_debug("Entering rescue mode!\n");
set_usb_mode(MODE_DEVELOPER);
return;
}
Expand Down

0 comments on commit 3d2613d

Please sign in to comment.