Merge "Update to use the correct logging library."
diff --git a/tests/foo/1.0/default/Foo.cpp b/tests/foo/1.0/default/Foo.cpp
index 5a51532..850d716 100644
--- a/tests/foo/1.0/default/Foo.cpp
+++ b/tests/foo/1.0/default/Foo.cpp
@@ -112,16 +112,7 @@
<< DELAY_S
<< " seconds";
c[1] = systemTime();
- Return<bool> ret = cb->heyItsYouIsntIt(cb);
- if (!ret.isOk()) {
- LOG(ERROR) << "SERVER(Foo) callMe "
- << cb.get()
- << " encountered transport error ("
- << ret.getStatus().exceptionCode()
- << ").";
- return Void();
- }
- bool answer = ret.get();
+ bool answer = cb->heyItsYouIsntIt(cb);
c[1] = systemTime() - c[1];
LOG(INFO) << "SERVER(Foo) callMe "