X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;ds=sidebyside;f=example%2Fdiameter%2FbatchConverter%2Fmain.cpp;h=85f7948bd5877e009ccaaa62181d4a2f90dd972f;hb=97a93101fb874a3237083d72c6d6f8c8df8dcfba;hp=12265cfae0aba8927f9c1799c6992000f4f608f1;hpb=b968b48b53d4e847d3052b28850c8bd405bb3933;p=anna.git diff --git a/example/diameter/batchConverter/main.cpp b/example/diameter/batchConverter/main.cpp index 12265cf..85f7948 100644 --- a/example/diameter/batchConverter/main.cpp +++ b/example/diameter/batchConverter/main.cpp @@ -73,7 +73,8 @@ void decodeDataBlock(const anna::DataBlock &db/*, unsigned int & detectedApplica G_codecMsg.clear(); G_codecMsg.decode(db); } catch(RuntimeException &ex) { - _exit(ex.asString()); + std::cerr << ex.asString() << std::endl << std::endl; + //_exit(ex.asString()); } }