diff options
Diffstat (limited to 'src/nodedef.cpp')
-rw-r--r-- | src/nodedef.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nodedef.cpp b/src/nodedef.cpp index eaf061287..72f1ea2ea 100644 --- a/src/nodedef.cpp +++ b/src/nodedef.cpp @@ -633,6 +633,7 @@ public: std::string wrapper = deSerializeString(is2); std::istringstream wrapper_is(wrapper, std::ios::binary); f->deSerialize(wrapper_is); + verbosestream<<"deserialized "<<f->name<<std::endl; if(f->name != "") addNameIdMapping(i, f->name); } |