Ignore:
Timestamp:
04/20/01 13:27:24 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
a5bdcd98
Parents:
b85df34
Message:

2001-04-20 Joel Sherrill <joel@…>

  • src/imfs/imfs_debug.c (IMFS_print_jnode): Modified to print only information that does not vary based on target or memory configuration. The old prints are still there in case they are needed in the future to debug. Printing target dependent addresses makes the test output vary by target unnecessarily.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/libfs/src/imfs/imfs_debug.c

    rb85df34 r53462762  
    7474
    7575    case IMFS_MEMORY_FILE:
     76      /* Useful when debugging .. varies between targets  */
     77#if 0
    7678      printf( " (file %d %p %p %p)",
    7779        (int)the_jnode->info.file.size,
     
    8082        the_jnode->info.file.triply_indirect
    8183      );
     84#else
     85      printf( " (file %d)", (int)the_jnode->info.file.size );
     86#endif
    8287      break;
    8388
Note: See TracChangeset for help on using the changeset viewer.