diff --git a/main.c b/main.c index 56c91e050dda73d8089651f5ed4e72254f1e607a..8bd259df98bee78c64a0349041403e9d5718e05b 100644 --- a/main.c +++ b/main.c @@ -477,7 +477,7 @@ ctx.images.tail = img; } ctx.images.count++; - TraceLog(LOG_WARNING, "[add_img] %s (%d)", img->uid, strlen(img->uid)); + TraceLog(LOG_DEBUG, "[add_img] %s (%d)", img->uid, strlen(img->uid)); lua_pushstring(L, img->uid); return 1; @@ -522,7 +522,7 @@ ctx.sounds.tail = snd; } ctx.sounds.count++; - TraceLog(LOG_WARNING, "[add_snd] %s (%d)", snd->uid, strlen(snd->uid)); + TraceLog(LOG_DEBUG, "[add_snd] %s (%d)", snd->uid, strlen(snd->uid)); lua_pushstring(L, snd->uid); return 1;