rendering: log "Creating window" message verbose

This commit is contained in:
Bixilon 2023-06-04 20:34:55 +02:00
parent 533046e7ff
commit d4fccd1b98
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -52,7 +52,7 @@ object RenderLoader {
fun RenderContext.load(latch: AbstractLatch) {
setThread()
Log.log(LogMessageType.RENDERING_LOADING) { "Creating window..." }
Log.log(LogMessageType.RENDERING_LOADING, LogLevels.VERBOSE) { "Creating window..." }
val stopwatch = Stopwatch()
registerRenderer()