Created
September 20, 2017 08:28
-
-
Save anonymous/7c0c7c69d0607f3d120efac5fac1b10a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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