CmdSplit: Obeys verbose mode

This commit is contained in:
Paul Beckingham 2016-06-11 11:04:55 -04:00
parent 5002b74c87
commit df0d7a0797

View file

@ -85,7 +85,8 @@ int CmdSplit (
database.addInterval (second);
// Feedback.
std::cout << "Split @" << id << '\n';
if (rules.getBoolean ("verbose"))
std::cout << "Split @" << id << '\n';
}
}