summaryrefslogtreecommitdiffstats
path: root/src/tuple_gen.cpp
diff options
context:
space:
mode:
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 84a4b332..d3538ce6 100755
--- a/src/tuple_gen.cpp
+++ b/src/tuple_gen.cpp
@@ -225,7 +225,7 @@ bool CTupleGenPoolYaml::is_valid(uint32_t num_threads,bool is_plugins){
#define UTL_YAML_READ(type, field, target) if (node.FindValue(#field)) { \
utl_yaml_read_ ## type (node, #field , target); \
- } else { printf("error in generator definition -- " #field "\n"); }
+ } else { printf("generator definition mising " #field "\n"); }
IP_DIST_t convert_distribution (const YAML::Node& node) {
std::string tmp;