filename | src/drivers/input_lirc.c |
changeset | 1075:1a21750d300c |
prev | 1050:7d88277590d9 |
next | 1296:30ecee61f811 |
author | nkeynes |
date | Fri Jul 31 13:45:32 2009 +1000 (13 years ago) |
permissions | -rw-r--r-- |
last change | Remove or change the level of a bunch of INFO messages that shouldn't really be INFO level |
file | annotate | diff | log | raw |
1.1 --- a/src/drivers/input_lirc.c Sun Jun 28 01:45:16 2009 +00001.2 +++ b/src/drivers/input_lirc.c Fri Jul 31 13:45:32 2009 +10001.3 @@ -1,5 +1,5 @@1.4 /**1.5 - * $Id: $1.6 + * $Id$1.7 *1.8 * LIRC input device support1.9 *1.10 @@ -142,7 +142,6 @@1.11 //loop through all queued commands1.12 while ((ret = lirc_nextcode(&code)) == 0 && code != NULL)1.13 {1.14 - INFO("LIRC code (%s)", code);1.15 //code contains id, repeat count, and keysym separated by spaces1.16 gchar **code_split = g_strsplit(code, " ", 4);
.