]> git.proxmox.com Git - pve-ha-manager.git/blobdiff - PVE/HA/CRM.pm
simulate CRM and LRM - cleanup logs
[pve-ha-manager.git] / PVE / HA / CRM.pm
index 8c4c90f36621b5ff8d500ce8f79a81bf93e9711a..ef18d55d43dbfc8bf6e9ea64df74c2d95ef90663 100644 (file)
@@ -60,7 +60,7 @@ sub set_local_status {
     # important: only update if if really changed 
     return if $old->{state} eq $new->{state};
 
-    $haenv->log('info', "CRM status change $old->{state} => $new->{state}");
+    $haenv->log('info', "status change $old->{state} => $new->{state}");
 
     $new->{state_change_time} = $haenv->get_time();