log more version numbers
This commit is contained in:
@@ -574,8 +574,10 @@ process_msg (krb5_context context, slave *s, int log_fd,
|
||||
/* new started slave that have old log */
|
||||
if (s->version == 0 && tmp != 0) {
|
||||
if (current_version < tmp) {
|
||||
krb5_warnx (context, "Slave %s have later version the master "
|
||||
"OUT OF SYNC", s->name);
|
||||
krb5_warnx (context, "Slave %s (version %lu) have later version "
|
||||
"the master (version %lu) OUT OF SYNC",
|
||||
s->name, (unsigned long)tmp,
|
||||
(unsigned long)current_version);
|
||||
}
|
||||
s->version = tmp;
|
||||
}
|
||||
|
Reference in New Issue
Block a user