summaryrefslogtreecommitdiff
path: root/common/factory_mode.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/factory_mode.c')
-rw-r--r--common/factory_mode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/factory_mode.c b/common/factory_mode.c
index 9198cc936c..c1d6789b91 100644
--- a/common/factory_mode.c
+++ b/common/factory_mode.c
@@ -43,7 +43,7 @@ DECLARE_HOOK(HOOK_CCD_CHANGE, ccd_config_changed, HOOK_PRIO_LAST);
static void force_system_reset(void)
{
- CPRINTS("%s: ccd hook didn't reset the system");
+ CPRINTS("ccd hook didn't reset the system");
factory_config_saved(0);
}
DECLARE_DEFERRED(force_system_reset);