From 0b2338beca93b51306fb4c5d92ac83eac16efc57 Mon Sep 17 00:00:00 2001 From: Florian Pose <fp@igh-essen.com> Date: Wed, 13 Aug 2008 13:21:35 +0000 Subject: [PATCH] Fixed spacing. --- tool/Command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/Command.cpp b/tool/Command.cpp index 7ce5a196..e270fd8c 100644 --- a/tool/Command.cpp +++ b/tool/Command.cpp @@ -119,7 +119,7 @@ void Command::throwSingleSlaveRequired(unsigned int size) const { stringstream err; - err << "The slave selection matches " << size << "slaves. '" + err << "The slave selection matches " << size << " slaves. '" << name << "' requires a single slave."; throwInvalidUsageException(err); -- GitLab