aboutsummaryrefslogtreecommitdiff
path: root/dc
diff options
context:
space:
mode:
Diffstat (limited to 'dc')
-rw-r--r--dc/dc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dc/dc.c b/dc/dc.c
index acb1e74..942174b 100644
--- a/dc/dc.c
+++ b/dc/dc.c
@@ -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);