[processing] Log gdal calls

This commit is contained in:
arnaud.morvan@camptocamp.com 2016-11-06 15:21:39 +01:00
parent e426dbc86b
commit 01941176c5

View File

@ -74,6 +74,7 @@ class GdalUtils(object):
os.putenv('PATH', envval)
fused_command = ' '.join([str(c) for c in commands])
ProcessingLog.addToLog(ProcessingLog.LOG_INFO, fused_command)
progress.setInfo('GDAL command:')
progress.setCommand(fused_command)
progress.setInfo('GDAL command output:')