Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -86,7 +86,7 @@ public class AlarmController extends BaseController { |
86 | 86 | savedAlarm.getId() == null ? ActionType.ADDED : ActionType.UPDATED, null); |
87 | 87 | return savedAlarm; |
88 | 88 | } catch (Exception e) { |
89 | - logEntityAction(emptyId(EntityType.ASSET), alarm, | |
89 | + logEntityAction(emptyId(EntityType.ALARM), alarm, | |
90 | 90 | null, alarm.getId() == null ? ActionType.ADDED : ActionType.UPDATED, e); |
91 | 91 | throw handleException(e); |
92 | 92 | } | ... | ... |