Skip to content

Commit 93b276f

Browse files
Update src/compiler/execution.jl
Co-authored-by: Christian Guinard <[email protected]>
1 parent 3789b40 commit 93b276f

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
@@ -291,7 +291,7 @@ end
291291
log_state = MTLLogState(queue.device, log_state_descriptor)
292292

293293
function log_handler(subSystem, category, logLevel, message)
294-
Core.println(String(NSString(message)))
294+
Core.print(String(NSString(message)))
295295
return nothing
296296
end
297297

0 commit comments

Comments
 (0)