Skip to content

Commit

Permalink
warning instead of info
Browse files Browse the repository at this point in the history
  • Loading branch information
eimrek committed Mar 19, 2021
1 parent af03861 commit e9a32a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida/schedulers/plugins/direct.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def _get_submit_script_header(self, job_tmpl):
lines.append('exec 2>&1')

if job_tmpl.max_memory_kb:
self.logger.info('Physical memory limiting is not supported by the direct scheduler.')
self.logger.warning('Physical memory limiting is not supported by the direct scheduler.')

if not job_tmpl.import_sys_environment:
lines.append('env --ignore-environment \\')
Expand Down

0 comments on commit e9a32a7

Please sign in to comment.