summaryrefslogtreecommitdiffstats
path: root/src/tuple_gen.cpp
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2016-07-03 10:55:49 +0300
committerimarom <imarom@cisco.com>2016-07-03 13:40:23 +0300
commitc6c4a4307a8a0ae17d3e26c9dc98b874dd5ee60b (patch)
treec32a0f0c6465b63e9857d19313ed13651cfd934a /src/tuple_gen.cpp
parented196079a710ddc30552ecbc0329db7a75a4ca60 (diff)
client config - cosmetics and gtest back on
Diffstat (limited to 'src/tuple_gen.cpp')
-rwxr-xr-xsrc/tuple_gen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tuple_gen.cpp b/src/tuple_gen.cpp
index b8a54118..6861b73f 100755
--- a/src/tuple_gen.cpp
+++ b/src/tuple_gen.cpp
@@ -130,7 +130,7 @@ void CClientPool::allocate_configured_clients(uint32_t min_ip,
ClientCfgEntry *group = client_info.lookup(ip);
if (!group) {
std::stringstream ss;
- ss << "*** client configuration error: could not map IP '" << ip_to_str(ip) << "' to a group\n";
+ ss << "client configuration error: could not map IP '" << ip_to_str(ip) << "' to a group\n";
throw std::runtime_error(ss.str());
}