summaryrefslogtreecommitdiff
path: root/common/ec_efs.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/ec_efs.c')
-rw-r--r--common/ec_efs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/ec_efs.c b/common/ec_efs.c
index f801696338..b61ed87888 100644
--- a/common/ec_efs.c
+++ b/common/ec_efs.c
@@ -262,7 +262,7 @@ void ec_efs_refresh(void)
ec_efs_ctx.hash_is_loaded = 1;
} else {
ec_efs_ctx.hash_is_loaded = 0;
- cprints(CC_SYSTEM, "load_ec_hash error: 0x%x\n", rv);
+ cprints(CC_SYSTEM, "load_ec_hash error: 0x%x", rv);
}
ec_efs_ctx.secdata_error_code = rv;
}