aboutsummaryrefslogtreecommitdiff
path: root/common/event.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/event.c')
-rw-r--r--common/event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/event.c b/common/event.c
index 231b9e6ffd..c312556490 100644
--- a/common/event.c
+++ b/common/event.c
@@ -123,7 +123,7 @@ int event_notify(enum event_t type, void *data, int size)
ret = notify_static(&event);
if (ret)
- return log_msg_ret("dyn", ret);
+ return log_msg_ret("sta", ret);
if (CONFIG_IS_ENABLED(EVENT_DYNAMIC)) {
ret = notify_dynamic(&event);