diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-29 17:53:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-29 17:53:18 -0400 |
commit | b2dc8fdb06068276869df682b439348aa96e57f5 (patch) | |
tree | 0514da7693e10eb08d7f4a5d5d96665f7a66d81a /Assistant.hs | |
parent | ce7889ba86fc15e2892db8190114e291128e9c62 (diff) |
add more alerts
Nearly all long-running actions now display an alert.
Diffstat (limited to 'Assistant.hs')
-rw-r--r-- | Assistant.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant.hs b/Assistant.hs index 1f41a9398..22a87fe8c 100644 --- a/Assistant.hs +++ b/Assistant.hs @@ -146,7 +146,7 @@ startDaemon assistant foreground webappwaiter mapM_ forkIO [ commitThread st changechan commitchan transferqueue dstatus , pushThread st dstatus commitchan pushmap - , pushRetryThread st pushmap + , pushRetryThread st dstatus pushmap , mergeThread st , transferWatcherThread st dstatus , transfererThread st dstatus transferqueue transferslots |