diff --git a/src/operator/subgraph/build_subgraph.cc b/src/operator/subgraph/build_subgraph.cc index 0f4c570331a2..8e7617d57c44 100644 --- a/src/operator/subgraph/build_subgraph.cc +++ b/src/operator/subgraph/build_subgraph.cc @@ -717,7 +717,7 @@ nnvm::Graph BuildSubgraph(nnvm::Graph&& g) { using namespace sg; const SubgraphPropertyPtr& subg_prop = g.GetAttr("subgraph_property"); - if (verbose) { + if (verbose > 1) { const std::string& prop_name = subg_prop->HasAttr("property_name") ? subg_prop->GetAttr("property_name") : "partition graph";