Re: [devel] [PATCH 2 of 2] amfd: Remove unnecessary traces [#817]

2014-04-16 Thread Gary Lee
Thanks Hans and Anders. I'll post a new patch... On 11/04/14 17:20, Hans Feldt wrote: Minor comments that can be fixed at the same time: - in ImmObjCreate::exec TRACE_ENTER2 becomes anonymous just printing exec as the function name, so we should add Create in the text and some suitable args.

Re: [devel] [PATCH 2 of 2] amfd: Remove unnecessary traces [#817]

2014-04-11 Thread Hans Feldt
Minor comments that can be fixed at the same time: - in ImmObjCreate::exec TRACE_ENTER2 becomes anonymous just printing exec as the function name, so we should add Create in the text and some suitable args. Just like in delete::exec - same comment for ImmObjUpdate::exec, it needs an Update text

[devel] [PATCH 2 of 2] amfd: Remove unnecessary traces [#817]

2014-03-30 Thread Gary Lee
osaf/services/saf/amf/amfd/imm.cc| 30 ++ osaf/services/saf/amf/amfd/include/imm.h | 2 +- 2 files changed, 3 insertions(+), 29 deletions(-) diff --git a/osaf/services/saf/amf/amfd/imm.cc b/osaf/services/saf/amf/amfd/imm.cc ---