Home
last modified time | relevance | path

Searched refs:errText (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-pid-control/pid/
H A Dzone.cpp281 std::string errText; in fileParseRpm() local
294 errText = "File content could not be parsed to a number"; in fileParseRpm()
298 errText = "File must contain RPM value, not PWM value"; in fileParseRpm()
309 errText = "Exception: "; in fileParseRpm()
310 errText += e.what(); in fileParseRpm()
314 if (!(errText.empty())) in fileParseRpm()
319 std::cerr << "Unable to read from '" << fileName << "': " << errText in fileParseRpm()