about summary refs log tree commit diff stats
path: root/src/ui/core.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-01-31 00:31:08 +0000
committerJames Booth <boothj5@gmail.com>2015-01-31 00:31:08 +0000
commite161337b7f41be415f9e66ae8596268593f5c319 (patch)
tree02ef56840c8df7941d6fb2cbccfba971e94e468a /src/ui/core.c
parentf94b6ef0a213df2834ceece34036cf4c4990ba9a (diff)
downloadprofani-tty-e161337b7f41be415f9e66ae8596268593f5c319.tar.gz
Debug input block
Diffstat (limited to 'src/ui/core.c')
-rw-r--r--src/ui/core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index 84a442f2..e7477e57 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -240,6 +240,7 @@ ui_input_nonblocking(gboolean reset)
         }
     }
 
+    log_info("TIMEOUT: %d", timeout);
     inp_non_block(timeout);
 }