aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/error.c
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-09-16 13:04:49 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-09-16 13:04:49 -0700
commit999b49bf39bbc7764b50c50548d0f61280f873e2 (patch)
tree0a922710fde9dcf2610065fc84e3fffd215cdce4 /src/core/lib/iomgr/error.c
parentfef585f1be2dcc03ee813d1083a50e4ca0ba8486 (diff)
parentc1ac8df181c766cd72866e2bc559aca817120da2 (diff)
Merge branch 'grpclb_resolver_changes' into grpclb_resolver_changes2
Diffstat (limited to 'src/core/lib/iomgr/error.c')
-rw-r--r--src/core/lib/iomgr/error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/error.c b/src/core/lib/iomgr/error.c
index 149c55663c..e366961936 100644
--- a/src/core/lib/iomgr/error.c
+++ b/src/core/lib/iomgr/error.c
@@ -332,7 +332,7 @@ grpc_error *grpc_error_add_child(grpc_error *src, grpc_error *child) {
return new;
}
-static const char *no_error_string = "null";
+static const char *no_error_string = "\"No Error\"";
static const char *oom_error_string = "\"Out of memory\"";
static const char *cancelled_error_string = "\"Cancelled\"";