]> git.sesse.net Git - vlc/commitdiff
Revert [23889]. Don't enable debug if you don't want it.
authorRémi Denis-Courmont <rem@videolan.org>
Thu, 27 Dec 2007 16:48:20 +0000 (16:48 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Thu, 27 Dec 2007 16:48:20 +0000 (16:48 +0000)
modules/access/file.c

index 30e1872234a32ffd038b5a997dae1b0b0d033082..f7e46c3dd54662fc22bff051f52fc31f4d736be2 100644 (file)
@@ -422,10 +422,9 @@ 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)
     {