summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Vignatti <tiago.vignatti@nokia.com>2010-07-13 13:47:16 +0300
committerTiago Vignatti <tiago.vignatti@nokia.com>2010-07-13 13:47:16 +0300
commit708f96c332a849694501d6b39acce64dd327ac39 (patch)
tree77c15b9273d10c1ab58e83ac66349ce7aad5a831
parent32b23b00fcc61c51428c4aa027062337336f19e7 (diff)
os: inputthread: logging typo
-rw-r--r--os/inputthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/inputthread.c b/os/inputthread.c
index 470370603..2e4628294 100644
--- a/os/inputthread.c
+++ b/os/inputthread.c
@@ -151,7 +151,7 @@ WaitForInput(void* argument)
{
XFD_COPYSET (&InputThreadFd, &InputDevices);
i = Select(MaxInputDevices, &InputDevices, NULL, NULL, NULL);
- DebugF("threading input generation)\n");
+ DebugF("threading input generation\n");
if (i <= 0) /* An error or timeout occurred */
{
if (i < 0) /* This logic are stolen from WaitFor.c */