aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)