You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
394 B
11 lines
394 B
--- server/omapi.c.orig Tue Jun 4 12:02:11 2002 |
|
+++ server/omapi.c Tue Jun 4 12:02:11 2002 |
|
@@ -244,7 +244,7 @@ |
|
if (lease -> binding_state != bar) { |
|
lease -> next_binding_state = bar; |
|
if (supersede_lease (lease, 0, 1, 1, 1)) { |
|
- log_info ("lease %d state changed from %s to %s", |
|
+ log_info ("lease state changed from %s to %s", |
|
ols, nls); |
|
return ISC_R_SUCCESS; |
|
}
|
|
|