author | Florian Pose <fp@igh-essen.com> |
Wed, 13 Aug 2008 13:22:42 +0000 | |
branch | stable-1.4 |
changeset 1629 | 70040a399528 |
parent 1628 | d3ca809fa2e3 |
child 1630 | ffa89570d84f |
tool/Command.cpp | file | annotate | diff | comparison | revisions |
--- a/tool/Command.cpp Wed Aug 13 13:20:48 2008 +0000 +++ b/tool/Command.cpp Wed Aug 13 13:22:42 2008 +0000 @@ -119,7 +119,7 @@ { stringstream err; - err << "The slave selection matches " << size << "slaves. '" + err << "The slave selection matches " << size << " slaves. '" << name << "' requires a single slave."; throwInvalidUsageException(err);