Skip to content

Commit ab3fb9a

Browse files
Update src/compiler/execution.jl
Co-authored-by: Christian Guinard <[email protected]>
1 parent 9bff09f commit ab3fb9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/execution.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ end
293293
log_state = MTLLogState(queue.device, log_state_descriptor)
294294

295295
function log_handler(subSystem, category, logLevel, message)
296-
Core.println(String(NSString(message)))
296+
Core.print(String(NSString(message)))
297297
return nothing
298298
end
299299

0 commit comments

Comments
 (0)