]> git.sesse.net Git - vlc/commitdiff
Silence debug message.
authorJean-Paul Saman <jpsaman@videolan.org>
Thu, 27 Dec 2007 12:45:31 +0000 (12:45 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Thu, 27 Dec 2007 12:45:31 +0000 (12:45 +0000)
modules/access/file.c

index 17c209cb5865dcd16705262154371284125eea2f..30e1872234a32ffd038b5a997dae1b0b0d033082 100644 (file)
@@ -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)
     {