Bug 1019944 - mach logging shouldn't eat whitespace at the start of the line. r=gps
This commit is contained in:
@@ -88,7 +88,7 @@ class ProcessExecutionMixin(LoggingMixin):
|
||||
if not log_name:
|
||||
return
|
||||
|
||||
self.log(log_level, log_name, {'line': line.strip()}, '{line}')
|
||||
self.log(log_level, log_name, {'line': line.rstrip()}, '{line}')
|
||||
|
||||
use_env = {}
|
||||
if explicit_env:
|
||||
|
||||
Reference in New Issue
Block a user