summaryrefslogtreecommitdiff
path: root/NT/src/factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'NT/src/factory.cpp')
-rw-r--r--NT/src/factory.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/NT/src/factory.cpp b/NT/src/factory.cpp
index 73a96f4..86b6a48 100644
--- a/NT/src/factory.cpp
+++ b/NT/src/factory.cpp
@@ -10,6 +10,7 @@ Node_factory::Node_factory(){
}
bool Node_factory::list_node(const string &_type,Json::Value &json){
for (auto& type: type_map) {
+cerr<<type.first<<endl;
if (type.first==_type) {
json["node"]=type.second->to_json();
return true;