Skip to content

Commit

Permalink
Log that we turn off rescue mode
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 Oct 10, 2013
1 parent bfd0dcc commit bc77fe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/usb_moded-dbus.c
Expand Up @@ -190,6 +190,7 @@ static DBusHandlerResult msg_handler(DBusConnection *const connection, DBusMessa
else if(!strcmp(member, USB_MODE_RESCUE_OFF))
{
rescue_mode = FALSE;
log_debug("Rescue mode off\n ");
reply = dbus_message_new_method_return(msg);
}
else
Expand Down

0 comments on commit bc77fe6

Please sign in to comment.