Skip to content

Commit

Permalink
Update readme - fail message.
Browse files Browse the repository at this point in the history
  • Loading branch information
johniez committed Sep 21, 2014
1 parent c7ecce7 commit 5b2e52d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ int main() {

if (req.success()) {
// process result ... FRPC::Struct(req.getResponse(pool));
} else {
// fail message: ... std::cerr << req.getError();
return 1;
}
return 0;
}
Expand Down

0 comments on commit 5b2e52d

Please sign in to comment.