From 2db78797ee58e53f06bd2d104fb203c45247e7c0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 29 Oct 2013 13:41:44 -0400 Subject: move code around and rename thread; no functional changes --- Assistant.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Assistant.hs') diff --git a/Assistant.hs b/Assistant.hs index 8ae779714..aa1399c03 100644 --- a/Assistant.hs +++ b/Assistant.hs @@ -23,7 +23,7 @@ import Assistant.Threads.TransferWatcher import Assistant.Threads.Transferrer import Assistant.Threads.SanityChecker import Assistant.Threads.Cronner -import Assistant.Threads.RemoteChecker +import Assistant.Threads.ProblemChecker #ifdef WITH_CLIBS import Assistant.Threads.MountWatcher #endif @@ -130,7 +130,7 @@ startDaemon assistant foreground startdelay listenhost startbrowser = do , assist $ daemonStatusThread , assist $ sanityCheckerDailyThread , assist $ sanityCheckerHourlyThread - , assist $ remoteCheckerThread urlrenderer + , assist $ problemCheckerThread urlrenderer #ifdef WITH_CLIBS , assist $ mountWatcherThread #endif -- cgit v1.2.3