]> xenbits.xensource.com Git - osstest.git/commitdiff
Osstest::Dhcpwatch::leases: do not produce spammy log output about saving leases... flight-17162 flight-17178
authorIan Jackson <iwj@woking.cam.xci-test.com>
Tue, 5 Mar 2013 16:04:18 +0000 (16:04 +0000)
committerIan Jackson <iwj@woking.cam.xci-test.com>
Tue, 5 Mar 2013 16:04:18 +0000 (16:04 +0000)
Osstest/DhcpWatch/leases.pm

index dd8a35500fe4f359bcee791bfab7035858359823..6f142e759070ded546a031236f3adce139e33a0a 100644 (file)
@@ -91,7 +91,7 @@ sub check_ip ($$) {
         $copy->close();
         rename "$stash/$lstash.new", "$stash/$fn" or die "$lstash.new $fn $!";
         logm("warning: $_") foreach grep { defined } @warns[0..5];
-        logm("$fn: rotated and stashed current leases");
+        logm("$fn: rotated and stashed current leases");
     };
 
     my $badleases= sub {