From 568505a4df9d23e6f8cf334147644269ed9d7582 Mon Sep 17 00:00:00 2001 From: Florian Pose 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);