Skip to content

Commit

Permalink
Fix up pc_suite name and feedback string from usb_moded_util
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe De Swert <philippedeswert@gmail.com>
  • Loading branch information
philippedeswert committed Aug 6, 2013
1 parent 4248773 commit dca6b67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/dyn-modes/pc_suite-android.ini
@@ -1,5 +1,5 @@
[mode]
name = pc_suite_mode
name = pc_suite
module = none

[options]
Expand Down
2 changes: 1 addition & 1 deletion src/usb_moded-util.c
Expand Up @@ -139,7 +139,7 @@ static int set_mode_config (char *mode)
DBusMessage *req = NULL, *reply = NULL;
char *ret = 0;

printf("Trying to set the following mode %s\n", mode);
printf("Trying to set the following mode %s in the config file\n", mode);
if ((req = dbus_message_new_method_call(USB_MODE_SERVICE, USB_MODE_OBJECT, USB_MODE_INTERFACE, USB_MODE_CONFIG_SET)) != NULL)
{
dbus_message_append_args (req, DBUS_TYPE_STRING, &mode, DBUS_TYPE_INVALID);
Expand Down

0 comments on commit dca6b67

Please sign in to comment.