diff options
Diffstat (limited to 'Assistant/Threads/NetWatcher.hs')
-rw-r--r-- | Assistant/Threads/NetWatcher.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Assistant/Threads/NetWatcher.hs b/Assistant/Threads/NetWatcher.hs index 4396b2632..3b1545543 100644 --- a/Assistant/Threads/NetWatcher.hs +++ b/Assistant/Threads/NetWatcher.hs @@ -12,7 +12,7 @@ module Assistant.Threads.NetWatcher where import Assistant.Common import Assistant.Sync -import Assistant.Pushes +import Assistant.NetMessager import Utility.ThreadScheduler import Remote.List import qualified Types.Remote as Remote @@ -62,7 +62,7 @@ dbusThread = do ) handleconn = do debug ["detected network connection"] - notifyRestart + notifyNetMessagerRestart handleConnection onerr e _ = do liftAnnex $ |