Skip to content

Instantly share code, notes, and snippets.

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);