From 2d70fdcd8c6f4fc30c06d07299d6b499389456b8 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Mon, 5 Aug 2019 22:05:32 -0400 Subject: Improved reliability of runtime accounting and speaking it. Change-Id: I6f0fb907e0378487cec387a2cfd3a20b9a596c4e --- apps/plugin.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 3c957b40c8..1506554790 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -1008,6 +1008,8 @@ int plugin_load(const char* plugin, const void* parameter) plugin_check_open_close__exit(); + status_save(); + if (rc == PLUGIN_ERROR) splash(HZ*2, str(LANG_PLUGIN_ERROR)); -- cgit v1.2.3