aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2022-01-21 23:22:18 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2022-01-21 23:22:18 +0000
commitca798c9011bd2edac1307a1d1a44bb765d476510 (patch)
tree90037d2f3b1c43afda09175652badaac1d107c65 /lib
parent84c586f1f1d8bd102928f3ae95d1d1185a59de8f (diff)
downloadsg3_utils-ca798c9011bd2edac1307a1d1a44bb765d476510.tar.gz
sg_rep_density: new utility for decoding the response of Report density support command [ssc (tape)]
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@932 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'lib')
-rw-r--r--lib/sg_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sg_lib.c b/lib/sg_lib.c
index 1b267e44..d1cc5cdd 100644
--- a/lib/sg_lib.c
+++ b/lib/sg_lib.c
@@ -2839,6 +2839,7 @@ dStrHexFp(const char* str, int len, int no_ascii, FILE * fp)
int bpos = bpstart;
int i, k, blen;
+fprintf(stderr, "%s: no_ascii=%d\n", __func__, no_ascii);
if (len <= 0)
return;
blen = (int)sizeof(buff);