X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Fdiameter%2FbatchConverter%2Fmain.cpp;fp=example%2Fdiameter%2FbatchConverter%2Fmain.cpp;h=85f7948bd5877e009ccaaa62181d4a2f90dd972f;hp=12265cfae0aba8927f9c1799c6992000f4f608f1;hb=97a93101fb874a3237083d72c6d6f8c8df8dcfba;hpb=b968b48b53d4e847d3052b28850c8bd405bb3933 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()); } }