summaryrefslogtreecommitdiff
path: root/extra/usb_updater/gsctool.c
diff options
context:
space:
mode:
Diffstat (limited to 'extra/usb_updater/gsctool.c')
-rw-r--r--extra/usb_updater/gsctool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/usb_updater/gsctool.c b/extra/usb_updater/gsctool.c
index 95b977c695..54d27504cb 100644
--- a/extra/usb_updater/gsctool.c
+++ b/extra/usb_updater/gsctool.c
@@ -3958,7 +3958,7 @@ static int process_get_factory_config(struct transfer_descriptor *td)
rv = send_vendor_command(td, VENDOR_CC_GET_FACTORY_CONFIG, NULL,
0, (uint8_t *) &response, &response_size);
if (rv != VENDOR_RC_SUCCESS) {
- printf("Set factory config failed. (%X)\n", rv);
+ printf("Get factory config failed. (%X)\n", rv);
return 1;
}