Commit f9012772 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Silence debug message.

parent 63e06636
...@@ -422,9 +422,10 @@ static block_t *mmapBlock (access_t *p_access) ...@@ -422,9 +422,10 @@ static block_t *mmapBlock (access_t *p_access)
} }
p_access->info.i_pos = offset + length; p_access->info.i_pos = offset + length;
#if 0
msg_Dbg (p_access, "mapped 0x%lx bytes at %p from offset 0x%lx", msg_Dbg (p_access, "mapped 0x%lx bytes at %p from offset 0x%lx",
(unsigned long)length, addr, (unsigned long)offset); (unsigned long)length, addr, (unsigned long)offset);
#endif
block_sys_t *block = malloc (sizeof (*block)); block_sys_t *block = malloc (sizeof (*block));
if (block == NULL) if (block == NULL)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment