Skip to content

Commit 9f526ba

Browse files
committed
improve the message content of the method readSensorsConfigFromMMSDRFS
1 parent 7420c1f commit 9f526ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/queryHandler/SensorConfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def readSensorsConfigFromMMSDRFS(logger=None):
4141
logger = SysmonLogger.getLogger(__name__)
4242

4343
if not os.path.isfile(mmsdrfsFile):
44-
logger.info("MMSDRFS file not found (%s) ", mmsdrfsFile)
44+
logger.info("MMSDRFS file not found (%s), continue with trying to read pmsensors configuration from ZIMonSensors.cfg ", mmsdrfsFile)
4545
return readSensorsConfig(logger)
4646

4747
data = ""

0 commit comments

Comments
 (0)