- Timestamp:
- 01/10/05 15:05:19 (18 years ago)
- Files:
-
- trunk/freebob/src/ieee1394service.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freebob/src/ieee1394service.cpp
r43 r50 136 136 rom1394_directory romDir; 137 137 rom1394_get_directory( m_handle, iNodeId, &romDir ); 138 printRomDirectory( iNodeId, &romDir ); 138 if ( pMainArguments->verbose ) { 139 printRomDirectory( iNodeId, &romDir ); 140 } 139 141 140 142 switch (rom1394_get_node_type( &romDir )) { … … 150 152 debugPrint( DEBUG_LEVEL_INFO, 151 153 "Node %d has node type AVC\n", iNodeId ); 152 printAvcUnitInfo( iNodeId ); 154 155 if ( pMainArguments->verbose ) { 156 printAvcUnitInfo( iNodeId ); 157 } 153 158 154 159 if ( avc1394_check_subunit_type( m_handle, iNodeId,