Skip to content

Commit e8fbb72

Browse files
committed
Disable verbose debug message again to reduce log noise. Remove stray space (courtesy of autopep8)
git-svn-id: svn+ssh://svn.code.sf.net/p/migrid/code/trunk@6162 b75ad72c-e7d7-11dd-a971-7dbc132099af
1 parent 32da146 commit e8fbb72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mig/shared/output.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ def txt_format(configuration, ret_val, ret_msg, out_obj):
364364
header = [['ID', 'Path']]
365365
optional_cols = [('access', 'Access'), ('created', 'Created'),
366366
('active', 'Active'), ('owner', 'Owner'),
367-
('invites', 'Invites'), ('expire', 'Expire'),
367+
('invites', 'Invites'), ('expire', 'Expire'),
368368
('single_file', 'Single file'),
369369
]
370370
content_keys = ['share_id', 'path']
@@ -2740,8 +2740,8 @@ def file_format(configuration, ret_val, ret_msg, out_obj):
27402740
content_type = val
27412741
if content_type in ('text/plain', 'text/html'):
27422742
render_text, render_errors = True, True
2743-
_logger.debug("render output in file_format: %s (%s %s)" %
2744-
(out_obj, render_text, render_errors))
2743+
#_logger.debug("render output in file_format: %s (%s %s)" %
2744+
# (out_obj, render_text, render_errors))
27452745
for entry in out_obj:
27462746
if entry['object_type'] == 'file_output':
27472747
for line in entry['lines']:

0 commit comments

Comments
 (0)