debug msg

This commit is contained in:
Ben Gras 2006-03-13 15:41:07 +00:00
parent 5ceb98e9ee
commit 733f5da611

View file

@ -361,7 +361,10 @@ message *m_ptr; /* pointer to control message */
if (s != OK)
return s;
#endif
#if DEBUG
printf("allocating ramdisk of size 0x%x\n", ramdev_size);
#endif
/* Try to allocate a piece of memory for the RAM disk. */
if (allocmem(ramdev_size, &ramdev_base) < 0) {