diff options
author | ru <ru@FreeBSD.org> | 2000-10-05 17:39:01 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-10-05 17:39:01 +0000 |
commit | 1e41fdc2cfcce7078deca5a11b0a94e8c9dbbfba (patch) | |
tree | 84b1d2f263ab94dfb6bfb024c6c5e9abc6b2140b /usr.bin/talk | |
parent | 094e009b7bf2f3229f20c0e9598169d008e309b1 (diff) | |
download | FreeBSD-src-1e41fdc2cfcce7078deca5a11b0a94e8c9dbbfba.zip FreeBSD-src-1e41fdc2cfcce7078deca5a11b0a94e8c9dbbfba.tar.gz |
It may happen so that the local talk daemon is not running.
Let the user know...
Diffstat (limited to 'usr.bin/talk')
-rw-r--r-- | usr.bin/talk/invite.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/talk/invite.c b/usr.bin/talk/invite.c index f941c8d..1fdec29 100644 --- a/usr.bin/talk/invite.c +++ b/usr.bin/talk/invite.c @@ -166,6 +166,7 @@ announce_invite() quit(); } /* leave the actual invitation on my talk daemon */ + current_state = "Trying to connect to local talk daemon"; ctl_transact(my_machine_addr, msg, LEAVE_INVITE, &response); local_id = response.id_num; } |