Module: sems Branch: master Commit: ecd3e63e6a11f09132cc588837a415b777fbf3f7 URL: https://github.com/sems-server/sems/commit/ecd3e63e6a11f09132cc588837a415b777fbf3f7
Author: Juha Heinanen <[email protected]> Committer: Juha Heinanen <[email protected]> Date: 2016-05-06T21:16:39+03:00 dsm: removed info statement used for testing --- Modified: apps/dsm/DSMCoreModule.cpp --- Diff: https://github.com/sems-server/sems/commit/ecd3e63e6a11f09132cc588837a415b777fbf3f7.diff Patch: https://github.com/sems-server/sems/commit/ecd3e63e6a11f09132cc588837a415b777fbf3f7.patch --- diff --git a/apps/dsm/DSMCoreModule.cpp b/apps/dsm/DSMCoreModule.cpp index c9145f3..cc61ae0 100644 --- a/apps/dsm/DSMCoreModule.cpp +++ b/apps/dsm/DSMCoreModule.cpp @@ -1473,7 +1473,6 @@ EXEC_ACTION_START(SCDIAction) { } } else { // copy results to $DI_res[0]..$DI_res[n] and n to $DI_res_size - INFO("======== got '%d' results\n", (int)sc_sess->di_res.size()); for (size_t i=0;i<sc_sess->di_res.size();i++) { switch (sc_sess->di_res.get(i).getType()) { case AmArg::CStr: { _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
