diff --git a/src/v3/Action.cpp b/src/v3/Action.cpp index 15841b7..c245a92 100644 --- a/src/v3/Action.cpp +++ b/src/v3/Action.cpp @@ -39,7 +39,7 @@ void etcdv3::Action::waitForResponse() } else { - GRP_ASSERT(got_tag == (void*)this); + GPR_ASSERT(got_tag == (void*)this); } }