Commit 25040ff9 authored by Dietmar Maurer's avatar Dietmar Maurer

avoid perl warning

parent 72937a07
......@@ -106,7 +106,7 @@ sub compute_alg1 {
&$log("idlist2 $vmid $d->{balloon}, $d->{balloon_min}, $d->{freemem}\n");
} else {
push @$idlist1, $vmid;
&$log("idlist1 $vmid $d->{balloon}, $d->{balloon_min}, $d->{freemem}\n");
&$log("idlist1 $vmid $d->{balloon}, $d->{balloon_min}\n");
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment