aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/network_status_tracker.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/iomgr/network_status_tracker.c')
-rw-r--r--src/core/lib/iomgr/network_status_tracker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/network_status_tracker.c b/src/core/lib/iomgr/network_status_tracker.c
index b4bb7e3cf7..a5ca9ed2c3 100644
--- a/src/core/lib/iomgr/network_status_tracker.c
+++ b/src/core/lib/iomgr/network_status_tracker.c
@@ -46,7 +46,7 @@ static gpr_mu g_endpoint_mutex;
void grpc_network_status_shutdown(void) {
if (head != NULL) {
gpr_log(GPR_ERROR,
- "Memory leaked as all network endpoints were not shut down");
+ "Memory leaked as not all network endpoints were shut down");
}
gpr_mu_destroy(&g_endpoint_mutex);
}