diff options
author | Mark D. Roth <roth@google.com> | 2016-11-07 09:41:07 -0800 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-11-07 09:41:07 -0800 |
commit | c22717ec633a3f88fef2a61bf56c14240901e917 (patch) | |
tree | dca2d23f155c6a40911a84e87ff8b635f1fe0487 /src/core/lib/iomgr | |
parent | 70a1abdb45d74ce46480d74d58a8b01887f96cac (diff) | |
parent | b32149461a3e04ae41fee5b414587253582aa435 (diff) |
Merge remote-tracking branch 'upstream/master' into service_config_json
Diffstat (limited to 'src/core/lib/iomgr')
-rw-r--r-- | src/core/lib/iomgr/network_status_tracker.c | 2 |
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); } |