diff options
Diffstat (limited to 'dc')
| -rw-r--r-- | dc/dc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ int main(void) ty_sleep(1000 / hints.ticrate); - ty_log_info("%g ms", (float)(clock() - start) / CLOCKS_PER_SEC); + ty_log_debug("%g ms", (float)(clock() - start) / CLOCKS_PER_SEC); } ty_free_image(img); |
