Searched refs:errText (Results 1 – 1 of 1) sorted by relevance
284 std::string errText; in fileParseRpm() local297 errText = "File content could not be parsed to a number"; in fileParseRpm()301 errText = "File must contain RPM value, not PWM value"; in fileParseRpm()312 errText = "Exception: "; in fileParseRpm()313 errText += e.what(); in fileParseRpm()317 if (!(errText.empty())) in fileParseRpm()322 std::cerr << "Unable to read from '" << fileName << "': " << errText in fileParseRpm()