summaryrefslogtreecommitdiff
path: root/dpi/file.c
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-09-30 18:05:05 +0200
committerjcid <devnull@localhost>2008-09-30 18:05:05 +0200
commitff1884a3ffd437d00fc64b61f8651ed8208833d7 (patch)
tree6e5203f7dcfb59bbb41c39d1c572296bec2adec3 /dpi/file.c
parentbe24f03d5bcddc96cd91f098ff7d8c3305707c2b (diff)
- Removed the button sensitivity timeout.
Diffstat (limited to 'dpi/file.c')
-rw-r--r--dpi/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dpi/file.c b/dpi/file.c
index 7bc1f0b1..2398590b 100644
--- a/dpi/file.c
+++ b/dpi/file.c
@@ -827,7 +827,7 @@ static void *File_serve_client(void *data)
/* Read the dpi command */
dpip_tag = sock_handler_read(Client->sh);
- MSG("dpip_tag={%s}\n", dpip_tag);
+ _MSG("dpip_tag={%s}\n", dpip_tag);
if (dpip_tag) {
cmd = a_Dpip_get_attr(dpip_tag, strlen(dpip_tag), "cmd");