diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-29 17:52:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-29 17:52:43 -0400 |
commit | 6b91074b4dda6dff353770e054ae550c7d1c3b4c (patch) | |
tree | e539e242355d306c0e6351053a4fc717902cb93d /Assistant/Threads/NetWatcher.hs | |
parent | 37d888f9b4a33933b2e894791ed85647c02e6182 (diff) |
split and lift Assistant.Pushes
Diffstat (limited to 'Assistant/Threads/NetWatcher.hs')
-rw-r--r-- | Assistant/Threads/NetWatcher.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Threads/NetWatcher.hs b/Assistant/Threads/NetWatcher.hs index 12e764016..9df4f3a4d 100644 --- a/Assistant/Threads/NetWatcher.hs +++ b/Assistant/Threads/NetWatcher.hs @@ -62,7 +62,7 @@ dbusThread = do ) handleconn = do debug ["detected network connection"] - notifyRestart <<~ pushNotifier + notifyRestart handleConnection onerr e _ = do liftAnnex $ |