File smartmontools-silent-unsupported.patch of Package smartmontools.1183
Index: smartd.cpp
===================================================================
--- smartd.cpp.orig
+++ smartd.cpp
@@ -2036,7 +2036,7 @@ static int SCSIDeviceScan(dev_config & c
// TODO: Build file name for state file
if (!state_path_prefix.empty()) {
- PrintOut(LOG_INFO, "Device: %s, persistence not yet supported for SCSI; ignoring -s option.\n", device);
+ PrintOut(LOG_DEBUG, "Device: %s, persistence not yet supported for SCSI; ignoring -s option.\n", device);
}
// TODO: Build file name for attribute log file
if (!attrlog_path_prefix.empty()) {