add remote directory to pair request
This commit is contained in:
parent
5401b9f249
commit
317ab14da2
3 changed files with 6 additions and 2 deletions
|
@ -43,7 +43,8 @@ pairListenerThread st dstatus = thread $ withSocketsDo $ do
|
|||
let pairdata = verifiableVal v
|
||||
let repo = remoteUserName pairdata ++ "@" ++
|
||||
fromMaybe (showAddr $ remoteAddress pairdata)
|
||||
(remoteHostName pairdata)
|
||||
(remoteHostName pairdata) ++
|
||||
(remoteDirectory pairdata)
|
||||
let msg = repo ++ " is sending a pair request."
|
||||
{- Pair request alerts from the same host combine,
|
||||
- so repeated requests do not add additional alerts. -}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue