diff --git a/sm5/scsiprint.c b/sm5/scsiprint.c index 36de1404037e34588795e2ba5147a79a7206ea0d..e7a88dbb840a9264353e0bfbc2d67c5fbd3092d5 100644 --- a/sm5/scsiprint.c +++ b/sm5/scsiprint.c @@ -40,7 +40,7 @@ #define GBUF_SIZE 65535 -const char* scsiprint_c_cvsid="$Id: scsiprint.c,v 1.63 2003/11/17 17:31:32 ballen4705 Exp $" +const char* scsiprint_c_cvsid="$Id: scsiprint.c,v 1.64 2003/11/18 13:47:40 dpgilbert Exp $" EXTERN_H_CVSID SCSICMDS_H_CVSID SCSIPRINT_H_CVSID SMARTCTL_H_CVSID UTILITY_H_CVSID; // control block which points to external global control variables @@ -867,9 +867,8 @@ int scsiPrintMain(int fd) if (con->smarterrorlog) { scsiPrintErrorCounterLog(fd); if (1 == scsiFetchControlGLTSD(fd, modese_len)) - pout("Warning: log page contents are potentially being reset" - " at each power up\n [Control mode page, GLTSD " - "(global logging target save disable) set]\n"); + pout("\n[GLTSD (global logging target save disable) set. " + "Enable save with '-S on']\n"); } if (con->smartselftestlog) { if (! checkedSupportedLogPages) diff --git a/sm5/scsiprint.cpp b/sm5/scsiprint.cpp index 53e116481670871c5d10f39a04cb7bd744827e93..5e48bb64170c3268154e9bf99873dcec5c846dc4 100644 --- a/sm5/scsiprint.cpp +++ b/sm5/scsiprint.cpp @@ -40,7 +40,7 @@ #define GBUF_SIZE 65535 -const char* scsiprint_c_cvsid="$Id: scsiprint.cpp,v 1.63 2003/11/17 17:31:32 ballen4705 Exp $" +const char* scsiprint_c_cvsid="$Id: scsiprint.cpp,v 1.64 2003/11/18 13:47:40 dpgilbert Exp $" EXTERN_H_CVSID SCSICMDS_H_CVSID SCSIPRINT_H_CVSID SMARTCTL_H_CVSID UTILITY_H_CVSID; // control block which points to external global control variables @@ -867,9 +867,8 @@ int scsiPrintMain(int fd) if (con->smarterrorlog) { scsiPrintErrorCounterLog(fd); if (1 == scsiFetchControlGLTSD(fd, modese_len)) - pout("Warning: log page contents are potentially being reset" - " at each power up\n [Control mode page, GLTSD " - "(global logging target save disable) set]\n"); + pout("\n[GLTSD (global logging target save disable) set. " + "Enable save with '-S on']\n"); } if (con->smartselftestlog) { if (! checkedSupportedLogPages)