Fix missing space in warning message (#6340)

This commit is contained in:
Jack Dunn
2020-11-04 06:03:16 -05:00
committed by GitHub
parent 2cc9662005
commit 51e6531315

View File

@@ -81,7 +81,7 @@ void GBTree::Configure(const Args& cfg) {
LOG(WARNING) << "DANGER AHEAD: You have manually specified `updater` "
"parameter. The `tree_method` parameter will be ignored. "
"Incorrect sequence of updaters will produce undefined "
"behavior. For common uses, we recommend using"
"behavior. For common uses, we recommend using "
"`tree_method` parameter instead.";
// Don't drive users to silent XGBOost.
showed_updater_warning_ = true;