diff --git a/src/core/lib/iomgr/error.c b/src/core/lib/iomgr/error.c
index 766cc8a5169f465d0bef89da6716277d439fd73b..fbbca6b4939b258f91ab89ed01a3702cc30d564d 100644
--- a/src/core/lib/iomgr/error.c
+++ b/src/core/lib/iomgr/error.c
@@ -231,8 +231,8 @@ static void internal_set_int(grpc_error **err, grpc_error_ints which,
   if (slot == UINT8_MAX) {
     slot = get_placement(err, sizeof(value));
     if (slot == UINT8_MAX) {
-      gpr_log(GPR_ERROR, "Error %p is full, dropping int {\"%s\":%" PRIiPTR "}", *err,
-              error_int_name(which), value);
+      gpr_log(GPR_ERROR, "Error %p is full, dropping int {\"%s\":%" PRIiPTR "}",
+              *err, error_int_name(which), value);
       return;
     }
   }