fwk_thread: Log allocated event instead of submitted event
Currently put_event() logs information about the 'submitted event'
in its parameters. However it is more useful to show the
information about the 'allocated_event' which actually gets
enqueued by the framework.
Hence, replace the 'submitted event' with the 'allocated event' in
call to FWK_LOG_TRACE.
Change-Id: Id3d955a715bbf965b4f87474df672f7cdf6be57e
Signed-off-by:
Nicola Mazzucato <nicola.mazzucato@arm.com>
Loading
Please register or sign in to comment