We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60d2679 commit d3f9c63Copy full SHA for d3f9c63
repos/system_upgrade/cloudlinux/actors/updatecagefs/actor.py
@@ -28,8 +28,7 @@ def process(self):
28
except CalledProcessError as e:
29
# cagefsctl prints errors in stdout
30
self.log.error(e.stdout)
31
- self.log.error
32
- (
+ self.log.error(
33
'Command "cagefsctl --force-update" finished with exit code {}, '
34
'the filesystem inside cagefs may be out-of-date.\n'
35
'Check cagefsctl output above and in /var/log/cagefs-update.log, '
0 commit comments