This commit is contained in:
Michael Davidsaver
2018-09-21 11:35:57 -07:00
parent 3bc1603f47
commit eab36d5123
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ struct ChatHandler : public pvas::SharedPV::Handler
if(req) {
strm<<req->getRequesterName()<<" says ";
} else {
op.complete(pvd::Status::error("Defuct Put"));
op.complete(pvd::Status::error("Defunct Put"));
return;
}