aboutsummaryrefslogtreecommitdiff
path: root/src/sg_persist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sg_persist.c')
-rw-r--r--src/sg_persist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sg_persist.c b/src/sg_persist.c
index 81f81117..8ff8bf0b 100644
--- a/src/sg_persist.c
+++ b/src/sg_persist.c
@@ -33,7 +33,7 @@
#include "sg_unaligned.h"
#include "sg_pr2serr.h"
-static const char * version_str = "0.63 20180326";
+static const char * version_str = "0.64 20180511";
#define PRIN_RKEY_SA 0x0
@@ -1282,7 +1282,7 @@ main(int argc, char * argv[])
fini:
if (ret && (0 == op->verbose) && (! flagged)) {
- if (! sg_if_can2stderr("", ret))
+ if (! sg_if_can2stderr("sg_persist failed: ", ret))
pr2serr("Some error occurred [%d]\n", ret);
}
if (sg_fd >= 0) {