Skip to content

Commit 9bba0a5

Browse files
tgymnichchristiangnrd
authored andcommitted
core println
1 parent 33b076d commit 9bba0a5

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-
print(String(NSString(message)))
294+
Core.println(String(NSString(message)))
295295
return nothing
296296
end
297297

0 commit comments

Comments
 (0)