From: Jean-Paul Saman Date: Thu, 27 Dec 2007 12:45:31 +0000 (+0000) Subject: Silence debug message. X-Git-Tag: 0.9.0-test0~3850 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=f9012772a8fc0e6c209425b9e9786d9de675c5fc;p=vlc Silence debug message. --- diff --git a/modules/access/file.c b/modules/access/file.c index 17c209cb58..30e1872234 100644 --- a/modules/access/file.c +++ b/modules/access/file.c @@ -422,9 +422,10 @@ static block_t *mmapBlock (access_t *p_access) } p_access->info.i_pos = offset + length; - +#if 0 msg_Dbg (p_access, "mapped 0x%lx bytes at %p from offset 0x%lx", (unsigned long)length, addr, (unsigned long)offset); +#endif block_sys_t *block = malloc (sizeof (*block)); if (block == NULL) {