shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU shishi branch, master, updated. shishi-0-0-42-33-g440862a


From: Simon Josefsson
Subject: [SCM] GNU shishi branch, master, updated. shishi-0-0-42-33-g440862a
Date: Tue, 23 Mar 2010 10:09:07 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU shishi".

http://git.savannah.gnu.org/cgit/shishi.git/commit/?id=440862afb3f731bbc66ade452a39d26a9c045019

The branch, master has been updated
       via  440862afb3f731bbc66ade452a39d26a9c045019 (commit)
      from  dee002d6f141f5c0ff2f73dc99ca6469543042d3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 440862afb3f731bbc66ade452a39d26a9c045019
Author: Simon Josefsson <address@hidden>
Date:   Tue Mar 23 11:08:38 2010 +0100

    Improve debug output.

-----------------------------------------------------------------------

Summary of changes:
 src/shishid.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/shishid.c b/src/shishid.c
index b84c094..6d8551f 100644
--- a/src/shishid.c
+++ b/src/shishid.c
@@ -135,7 +135,7 @@ kdc_unlisten (void)
       if (ls->sockfd)
        {
          if (!arg.quiet_flag)
-           printf ("Closing %s...\n", ls->str);
+           printf ("Closing %s (%s)...\n", ls->str, ls->addrname);
          rc = close (ls->sockfd);
          if (rc != 0)
            syslog (LOG_ERR, "Could not close %s on socket %d: %s (%d)",


hooks/post-receive
-- 
GNU shishi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]