Skip to content

Commit 7250f61

Browse files
committed
.
1 parent 0cd5632 commit 7250f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

software/glasgow/target/hardware.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def execute(self, build_dir=None, *, debug=False):
180180
stdout=subprocess.PIPE, stderr=subprocess.STDOUT) as proc:
181181
for stdout_line in proc.stdout:
182182
stdout_lines.append(stdout_line)
183-
logger.trace(f"build: %s", stdout_line.rstrip())
183+
print("build: ", stdout_line.rstrip())
184184
if proc.wait():
185185
if not logger.isEnabledFor(logging.TRACE): # don't print the log twice
186186
for stdout_line in stdout_lines:

0 commit comments

Comments
 (0)