Revision 2922d2c5 htools/Ganeti/HTools/Program/Hspace.hs

b/htools/Ganeti/HTools/Program/Hspace.hs
424 424
  maybePrintNodes (optShowNodes opts) "Initial cluster" (Cluster.printNodes nl)
425 425

  
426 426
  when (verbose > 2) $
427
         hPrintf stderr "Initial coefficients: overall %.8f, %s\n"
428
                 (Cluster.compCV nl) (Cluster.printStats nl)
427
         hPrintf stderr "Initial coefficients: overall %.8f\n%s"
428
                 (Cluster.compCV nl) (Cluster.printStats "  " nl)
429 429

  
430 430
  printCluster machine_r (Cluster.totalResources nl) (length all_nodes)
431 431

  

Also available in: Unified diff