better warning at multiclass, fix cran check

This commit is contained in:
tqchen
2015-01-25 10:05:47 -08:00
parent da9f0989c6
commit f848844310
4 changed files with 13 additions and 6 deletions

View File

@@ -339,7 +339,7 @@ class FMatrixPage : public IFMatrix {
}
if (ktop % 100000 == 0) {
utils::Printf("\r \r");
utils::Printf("InitCol: %lu rows ", static_cast<unsigned long>(ktop));
utils::Printf("InitCol: %lu rows ", static_cast<unsigned long>(ktop));
}
}
}