aboutsummaryrefslogtreecommitdiff
path: root/src/modules/update.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/update.js')
-rw-r--r--src/modules/update.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/update.js b/src/modules/update.js
index f16c928..eb6e540 100644
--- a/src/modules/update.js
+++ b/src/modules/update.js
@@ -71,7 +71,7 @@ update.northstar_autoupdate = () => {
body: lang("gui.nsupdate.gaming.body")
}).show();
} else {
- console.status(lang("cli.autoupdates.updatingns"));
+ console.info(lang("cli.autoupdates.updatingns"));
update.northstar();
}
} else {