Skip to content

Commit 9701104

Browse files
authored
Update st2common/st2common/util/pack_management.py
1 parent 200b50f commit 9701104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

st2common/st2common/util/pack_management.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,8 @@ def apply_pack_owner_group(pack_path):
339339

340340
if exit_code != 0:
341341
# Non fatal, but we still log it
342-
LOG.debug('Failed to change owner group on directory "{}" to "{}":'.format(pack_path, pack_group))
343-
LOG.debug(stderr)
342+
LOG.debug('Failed to change owner group on directory "{}" to "{}": {}'
343+
.format(pack_path, pack_group, stderr))
344344

345345
return True
346346

0 commit comments

Comments
 (0)