Skip to content

Instantly share code, notes, and snippets.

Created September 20, 2017 08:28
Show Gist options
  • Save anonymous/7c0c7c69d0607f3d120efac5fac1b10a to your computer and use it in GitHub Desktop.
Save anonymous/7c0c7c69d0607f3d120efac5fac1b10a to your computer and use it in GitHub Desktop.
diff --git a/src/ui.c b/src/ui.c
index 69bf9ee..fd09dd7 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -281,6 +281,7 @@ bool BarUiPianoCall (BarApp_t * const app, const PianoRequestType_t type,
curl_easy_strerror (wRetLocal));
goto cleanup;
}
+ printf ("resp: %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