Skip to content

Commit 0792b36

Browse files
committed
update cache message
1 parent c37844d commit 0792b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ee/cli/plugins/stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@ def install(self, packages=[], apt_packages=[], disp_msg=True):
13081308
self.pre_pref(apt_packages)
13091309
if len(apt_packages):
13101310
EESwap.add(self)
1311-
Log.debug(self, "Updating apt-cache")
1311+
Log.info(self, "Updating apt-cache")
13121312
EEAptGet.update(self)
13131313
EEAptGet.install(self, apt_packages)
13141314
if len(packages):

0 commit comments

Comments
 (0)