From 4218ab4b76e81227364ed008d8d55a8c5f3ed1a0 Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Sat, 3 May 2014 13:30:37 +0200 Subject: CoreCommon: Try several paths in checkedDataRetrieval --- src/Plugins/Monitors/CoreTemp.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Plugins/Monitors/CoreTemp.hs') diff --git a/src/Plugins/Monitors/CoreTemp.hs b/src/Plugins/Monitors/CoreTemp.hs index 5109070..eebdc95 100644 --- a/src/Plugins/Monitors/CoreTemp.hs +++ b/src/Plugins/Monitors/CoreTemp.hs @@ -41,4 +41,4 @@ runCoreTemp _ = do lbl = Just ("_label", read . (dropWhile (not . isDigit))) divisor = 1e3 :: Double show' = showDigits (max 0 dn) - checkedDataRetrieval failureMessage path lbl (/divisor) show' + checkedDataRetrieval failureMessage [path] lbl (/divisor) show' -- cgit v1.2.3