scpi: Log responses received by sr_scpi_get_string().

This commit is contained in:
Martin Ling 2014-01-22 00:14:42 +00:00 committed by Bert Vermeulen
parent 32f09bfd9e
commit cf9f4bc5b0
1 changed files with 2 additions and 0 deletions

View File

@ -319,6 +319,8 @@ SR_PRIV int sr_scpi_get_string(struct sr_scpi_dev_inst *scpi,
*scpi_response = response->str;
g_string_free(response, FALSE);
sr_spew("Got response: '%s'.", *scpi_response);
return SR_OK;
}