Diff for /servers/slurpd/Attic/st.c between versions 1.21 and 1.22

version 1.21, 2006/01/03 22:12:27 version 1.22, 2006/04/06 07:28:19
Line 1 Line 1
 /* $OpenLDAP: pkg/ldap/servers/slurpd/st.c,v 1.20 2005/11/24 00:10:09 ando Exp $ */  /* $OpenLDAP: pkg/ldap/servers/slurpd/st.c,v 1.21 2006/01/03 22:12:27 kurt Exp $ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.  /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *   *
  * Copyright 1998-2006 The OpenLDAP Foundation.   * Copyright 1998-2006 The OpenLDAP Foundation.
Line 246  St_read( Line 246  St_read(
         }          }
         if ( found ) {          if ( found ) {
             char tbuf[ 255 ];              char tbuf[ 255 ];
             sprintf( tbuf, "%s:%s (timestamp %s.%s)", hostname, port,              sprintf( tbuf, "%s.%s", timestamp, seq );
                     timestamp, seq );  
             Debug( LDAP_DEBUG_ARGS,              Debug( LDAP_DEBUG_ARGS,
                     "Retrieved state information for %s\n", tbuf, 0, 0 );                      "Retrieved state information for %s:%s (timestamp %s)\n",
                           hostname, port, tbuf );
         } else {          } else {
             Debug(  LDAP_DEBUG_ANY,              Debug(  LDAP_DEBUG_ANY,
                     "Warning: saved state for %s:%s, not a known replica\n",                      "Warning: saved state for %s:%s, not a known replica\n",

Removed from v.1.21  
changed lines
  Added in v.1.22


______________
© Copyright 1998-2020, OpenLDAP Foundation, info@OpenLDAP.org