Skip to content

Instantly share code, notes, and snippets.

@PromyLOPh
Created July 31, 2018 06:11
Show Gist options
  • Save PromyLOPh/fbdc25e458234d4e196505dd7732dccd to your computer and use it in GitHub Desktop.
Save PromyLOPh/fbdc25e458234d4e196505dd7732dccd to your computer and use it in GitHub Desktop.
diff --git a/src/ui.c b/src/ui.c
index 689ad1e..88dc345 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -296,6 +296,7 @@ bool BarUiPianoCall (BarApp_t * const app, const PianoRequestType_t type,
curl_easy_strerror (wRetLocal));
goto cleanup;
}
+ printf ("reply: %s\n", req.responseData);
pRetLocal = PianoResponse (&app->ph, &req);
if (pRetLocal != PIANO_RET_CONTINUE_REQUEST) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment