aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2014-05-13 13:05:46 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2014-05-13 13:05:46 +0000
commitb3db8c0bc921230b4287be7962a4e3603039b4d2 (patch)
treea7648f97d1a5d0c52e4c64f48792b66ad7a29dfb
parent6271c03432dea2c7a0d94f9eeea7fc6b09a6ad0b (diff)
downloadsg3_utils-b3db8c0bc921230b4287be7962a4e3603039b4d2.tar.gz
win32 fixes
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@576 6180dd3e-e324-4e3e-922d-17de1ae2f315
-rw-r--r--ChangeLog2
-rw-r--r--src/sg_logs.c2
-rw-r--r--src/sg_ses.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 38ed7413..deac9a30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@ Each utility has its own version number, date of last change and
some description at the top of its ".c" file. All utilities in the main
directory have their own "man" pages. There is also a sg3_utils man page.
-Changelog for sg3_utils-1.39 [20140513] [svn: r575]
+Changelog for sg3_utils-1.39 [20140513] [svn: r576]
- sg_ses: add --eiioe=auto|force option
- fix AES dpage element indexing problems
- add --readonly option
diff --git a/src/sg_logs.c b/src/sg_logs.c
index 12062540..e36c5b81 100644
--- a/src/sg_logs.c
+++ b/src/sg_logs.c
@@ -5387,7 +5387,7 @@ main(int argc, char * argv[])
#ifdef SG_LIB_WIN32
#ifdef SG_LIB_WIN32_DIRECT
win32_spt_init_state = scsi_pt_win32_spt_state();
- if (verbose > 4)
+ if (op->do_verbose > 4)
pr2serr("Initial win32 SPT interface state: %s\n",
win32_spt_init_state ? "direct" : "indirect");
#endif
diff --git a/src/sg_ses.c b/src/sg_ses.c
index e11009f2..2003ba26 100644
--- a/src/sg_ses.c
+++ b/src/sg_ses.c
@@ -4004,7 +4004,7 @@ main(int argc, char * argv[])
#ifdef SG_LIB_WIN32
#ifdef SG_LIB_WIN32_DIRECT
- if (verbose > 4)
+ if (op->verbose > 4)
pr2serr("Initial win32 SPT interface state: %s\n",
scsi_pt_win32_spt_state() ? "direct" : "indirect");
if (op->maxlen >= 16384)