Skip to content

Commit

Permalink
vpoller-cclient: Return a JSON object in case we don't hear from the …
Browse files Browse the repository at this point in the history
…Proxy/Worker
  • Loading branch information
dnaeon committed Aug 26, 2014
1 parent 58a9e29 commit c732005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vpoller-cclient/vpoller-cclient.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ main(int argc, char *argv[])

/* Do we have any result? */
if (result == NULL) {
printf("{ \"success\": 1, \"msg\": \"Did not receive reply from server, aborting...\"\n");
printf("{ \"success\": 1, \"msg\": \"Did not receive reply from server, aborting...\" }\n");
} else {
printf("%s\n", result);
}
Expand Down

0 comments on commit c732005

Please sign in to comment.