X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=coresched_lxc.py;h=272eb62bca4a7258447e73502a0e2a05ee7f26bc;hb=ecee05390277f57b02d21ffca0195292bde1defa;hp=a3a99240b9ccf3e15bc9696213133cf3ccd5b0a6;hpb=723c15893937e6350c620f63073a691e5a447a6a;p=nodemanager.git diff --git a/coresched_lxc.py b/coresched_lxc.py index a3a9924..272eb62 100644 --- a/coresched_lxc.py +++ b/coresched_lxc.py @@ -207,7 +207,6 @@ class CoreSched: (cores, bestEffort) = self.decodeCoreSpec(cores) freezable = rspec.get("cpu_freezable", 0) - logger.log("CoreSched: " + str(name) + " " + str(freezable) + " " + str(type(freezable)) + " " + str(cores) + " " + str(type(cores))) if (cores==0) and (freezable == 1): freezeList[name] = "FROZEN" else: